k-9/plugins/openpgp-api-library
Dominik Schürmann 16f09611fe PGP: Introduce key preference per account for OpenPGP APIv7 2015-03-20 15:14:48 +01:00
..
src/main PGP: Introduce key preference per account for OpenPGP APIv7 2015-03-20 15:14:48 +01:00
.gitignore rename library to avoid confusion and remove OpenKeychain specific intents 2014-03-07 23:07:11 +01:00
LICENSE rename library to avoid confusion and remove OpenKeychain specific intents 2014-03-07 23:07:11 +01:00
README.md Update openpgp-api-library 2015-01-28 15:11:08 +01:00
build.gradle Add minSdkVersion to openpgp-api-library to fix build failure 2015-03-16 18:07:58 +01:00

README.md

OpenPGP API library

The OpenPGP API provides methods to execute OpenPGP operations, such as sign, encrypt, decrypt, verify, and more without user interaction from background threads. This is done by connecting your client application to a remote service provided by OpenKeychain or other OpenPGP providers.

For usage instructions, please consult our Wiki page about the OpenPGP API.

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.