Alphabetical Index

A B C D E F G I K O R S U V

A

add(FileSet) - method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask

B

BouncyCastleKeyRing - class org.apache.commons.openpgp.BouncyCastleKeyRing
Bouncy Castle implementation of the OpenPGP key ring.
BouncyCastleKeyRing(InputStream,InputStream,char[]) - constructor for class org.apache.commons.openpgp.BouncyCastleKeyRing
Verify signatures using the Bouncy Castle OpenPGP provider.
BouncyCastleOpenPgpSigner - class org.apache.commons.openpgp.BouncyCastleOpenPgpSigner
Bouncy Castle implementation of the OpenPGP signer.
Bouncy Castle implementation of the OpenPGP signer.
Bouncy Castle implementation of the OpenPGP signer.

C

createMapper() - method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
Define the mapper to map source to destination files.

D

Sign a piece of data with the given key, storing the signature in a detached output.

E

execute() - method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask

F

finish() - method in class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSignatureVerifier
Finish and verify the signature that has been obtained.
finish() - method in class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSigner
finish() - method in class org.apache.commons.openpgp.OpenPgpStreamingSignatureVerifier
Finish and verify the signature that has been obtained.
finish() - method in class org.apache.commons.openpgp.OpenPgpStreamingSigner
Finish creating the signature.

G

getCause() - method in class org.apache.commons.openpgp.OpenPgpException
getPassword() - method in class org.apache.commons.openpgp.BouncyCastleKeyRing
getPassword() - method in class org.apache.commons.openpgp.KeyRing
getPublicKey(long) - method in class org.apache.commons.openpgp.BouncyCastleKeyRing
getPublicKey(long) - method in class org.apache.commons.openpgp.KeyRing
getPublicKey(String) - method in class org.apache.commons.openpgp.BouncyCastleKeyRing
getPublicKey(String) - method in class org.apache.commons.openpgp.KeyRing
getSecretKey(long) - method in class org.apache.commons.openpgp.BouncyCastleKeyRing
getSecretKey(long) - method in class org.apache.commons.openpgp.KeyRing
getSecretKey(String) - method in class org.apache.commons.openpgp.BouncyCastleKeyRing
getSecretKey(String) - method in class org.apache.commons.openpgp.KeyRing

I

INVALID - static field in class org.apache.commons.openpgp.SignatureStatus
Status that indicates the signature is invalid.
isTrusted() - method in class org.apache.commons.openpgp.SignatureStatus
isValid() - method in class org.apache.commons.openpgp.SignatureStatus

K

KeyRing - interface org.apache.commons.openpgp.KeyRing
Interface describing a key ring for use in signing or verifying data.

O

OpenPgpException - class org.apache.commons.openpgp.OpenPgpException
An exception occurring during the use of the OpenPGP library.
OpenPgpException(String) - constructor for class org.apache.commons.openpgp.OpenPgpException
OpenPgpException(String,Throwable) - constructor for class org.apache.commons.openpgp.OpenPgpException
OpenPgpSignatureVerifier - interface org.apache.commons.openpgp.OpenPgpSignatureVerifier
Interface for verifying data signed with OpenPGP.
OpenPgpSigner - interface org.apache.commons.openpgp.OpenPgpSigner
Interface for signing data with OpenPGP.
OpenPgpSignerTask - class org.apache.commons.openpgp.ant.OpenPgpSignerTask
An interface for updating an OpenPGP signature on the fly with streaming data.
OpenPgpStreamingSigner - interface org.apache.commons.openpgp.OpenPgpStreamingSigner
An interface for updating an OpenPGP signature on the fly with streaming data.

R

ROLE - static field in class org.apache.commons.openpgp.KeyRing
ROLE - static field in class org.apache.commons.openpgp.OpenPgpSignatureVerifier
ROLE - static field in class org.apache.commons.openpgp.OpenPgpSigner
ROLE - static field in class org.apache.commons.openpgp.OpenPgpStreamingSignatureVerifier
ROLE - static field in class org.apache.commons.openpgp.OpenPgpStreamingSigner

S

setArtefact(File) - method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
artefact to be signed
setAsciiarmor(boolean) - method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
asciiarmor the signature ?
setKeyId(String) - method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
set the key id
setPassword(String) - method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
set the value of the password
setPubring(File) - method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
set the public keyring
setSecring(File) - method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
set the secret keyring
Sign a piece of data with the given key.
SignatureStatus - class org.apache.commons.openpgp.SignatureStatus
Enumerated type indicating the status of data that was signed.

U

UnknownKeyException - class org.apache.commons.openpgp.UnknownKeyException
An exception occurring during the verification of a signature, when the key is not found in the keyring.
UnknownKeyException(String) - constructor for class org.apache.commons.openpgp.UnknownKeyException
UnknownKeyException(String,Throwable) - constructor for class org.apache.commons.openpgp.UnknownKeyException
update(byte[]) - method in class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSignatureVerifier
Update the signature with the next block from the data buffer.
update(byte[]) - method in class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSigner
update(byte[]) - method in class org.apache.commons.openpgp.OpenPgpStreamingSignatureVerifier
Update the signature with the next block from the data buffer.
update(byte[]) - method in class org.apache.commons.openpgp.OpenPgpStreamingSigner
Update the signature with the next block from the data buffer.
update(byte[],int,int) - method in class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSignatureVerifier
Update the signature with the next block from the data buffer.
update(byte[],int,int) - method in class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSigner
update(byte[],int,int) - method in class org.apache.commons.openpgp.OpenPgpStreamingSignatureVerifier
Update the signature with the next block from the data buffer.
update(byte[],int,int) - method in class org.apache.commons.openpgp.OpenPgpStreamingSigner
Update the signature with the next block from the data buffer.

V

VALID_TRUSTED - static field in class org.apache.commons.openpgp.SignatureStatus
Status that indicates the signature is valid, and from a trusted source.
VALID_UNTRUSTED - static field in class org.apache.commons.openpgp.SignatureStatus
Status that indicates the signature is valid, but from an unknown or untrusted source.
verify() - method in class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSignatureVerifier
Verify a piece of data against a detached signature.
Verify a piece of data that was signed with OpenPGP.