// SPDX-FileCopyrightText: 2022 Paul Schaub // // SPDX-License-Identifier: Apache-2.0 /** * Implementation of a {@link pgp.certificate_store.SubkeyLookup} mechanism using an SQLite Database. */ package pgp.cert_d.jdbc.sqlite;