org.firebirdsql.gds.ng.dbcrypt.simple.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaybird Show documentation
Show all versions of jaybird Show documentation
JDBC Driver for the Firebird RDBMS
/**
* Implementation of {@link org.firebirdsql.gds.ng.dbcrypt} for static responses.
*
* See Database encryption support
* in the Jaybird manual for usage information.
*
*
* @since 3.0.4
*/
@InternalApi
package org.firebirdsql.gds.ng.dbcrypt.simple;
import org.firebirdsql.util.InternalApi;