de.schlichtherle.truezip.key.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truezip-driver-zip Show documentation
Show all versions of truezip-driver-zip Show documentation
The file system driver family for ZIP and related archive file types.
Add the JAR artifact of this module to the run time class path to
make its file system drivers available for service location in the
client API modules.
/*
* Copyright (C) 2005-2013 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
/**
* Provides an extensible manager for generic keys required to create or open
* protected resources.
* Its primary objective is to decouple...
*
* - the process to retrieve keys required to open or create protected
* resources from...
*
- the process to use and verify these keys.
*
*
* The process to retrieve keys is executed by the (abstract) classes and
* interfaces in this package.
*
* The process to use and optionally authenticate keys is executed by the users
* of this package - called client applications or clients for
* short.
*
* A protected resource can be anything which can be referenced by a
* {@link java.net.URI}:
* As an example, it could be a URL to an AES encrypted file which the client
* application is going to create or overwrite.
* The key could be a password or a key file entered or selected by the user.
*/
@edu.umd.cs.findbugs.annotations.DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
package de.schlichtherle.truezip.key;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy