k-9/plugins/openpgp-api-library
cketti 74fdbb7859 Update openpgp-api-library to latest version 2015-01-27 12:15:47 +01:00
..
res Update openpgp-api-library to latest version 2015-01-27 12:15:47 +01:00
src/org/openintents/openpgp Update openpgp-api-library to latest version 2015-01-27 12:15:47 +01:00
.gitignore rename library to avoid confusion and remove OpenKeychain specific intents 2014-03-07 23:07:11 +01:00
AndroidManifest.xml Update openpgp-api-library to latest version 2015-01-27 12:15:47 +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 to latest version 2015-01-27 12:15:47 +01:00
build.gradle Update build tools version for subprojects 2014-12-19 02:57:39 +01:00
project.properties Update openpgp-api-library to latest version 2015-01-27 12:15:47 +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.