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
 
addPublicKeyRing(InputStream) - Method in class org.apache.commons.openpgp.BouncyCastleKeyRing
 
addPublicKeyRing(InputStream) - Method in interface org.apache.commons.openpgp.KeyRing
 
addSecretKeyRing(InputStream, char[]) - Method in class org.apache.commons.openpgp.BouncyCastleKeyRing
 

B

BouncyCastleKeyRing - Class in org.apache.commons.openpgp
Bouncy Castle implementation of the OpenPGP key ring.
BouncyCastleKeyRing() - Constructor for class org.apache.commons.openpgp.BouncyCastleKeyRing
 
BouncyCastleKeyRing(InputStream, InputStream, char[]) - Constructor for class org.apache.commons.openpgp.BouncyCastleKeyRing
 
BouncyCastleOpenPgpSignatureVerifier - Class in org.apache.commons.openpgp
Verify signatures using the Bouncy Castle OpenPGP provider.
BouncyCastleOpenPgpSignatureVerifier() - Constructor for class org.apache.commons.openpgp.BouncyCastleOpenPgpSignatureVerifier
 
BouncyCastleOpenPgpSigner - Class in org.apache.commons.openpgp
Bouncy Castle implementation of the OpenPGP signer.
BouncyCastleOpenPgpSigner() - Constructor for class org.apache.commons.openpgp.BouncyCastleOpenPgpSigner
 
BouncyCastleOpenPgpStreamingSignatureVerifier - Class in org.apache.commons.openpgp
Bouncy Castle implementation of the OpenPGP signer.
BouncyCastleOpenPgpStreamingSignatureVerifier(InputStream, KeyRing) - Constructor for class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSignatureVerifier
 
BouncyCastleOpenPgpStreamingSigner - Class in org.apache.commons.openpgp
Bouncy Castle implementation of the OpenPGP signer.
BouncyCastleOpenPgpStreamingSigner(String, KeyRing, boolean) - Constructor for class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSigner
 
BouncyCastleOpenPgpStreamingSigner(OutputStream, String, KeyRing, boolean) - Constructor for class org.apache.commons.openpgp.BouncyCastleOpenPgpStreamingSigner
 

C

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

D

detachedSign(InputStream, OutputStream, String, KeyRing, boolean) - Method in class org.apache.commons.openpgp.BouncyCastleOpenPgpSigner
 
detachedSign(InputStream, OutputStream, String, KeyRing, boolean) - Method in interface org.apache.commons.openpgp.OpenPgpSigner
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
 
execute() - Method in class org.apache.commons.openpgp.ant.OpenPgpVerifierTask
 

F

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

G

getFirstKeyId() - Method in class org.apache.commons.openpgp.BouncyCastleKeyRing
 
getFirstKeyId() - Method in interface org.apache.commons.openpgp.KeyRing
Get the key ID of the first secret key that was added to the keyring.
getPassword() - Method in class org.apache.commons.openpgp.BouncyCastleKeyRing
 
getPassword() - Method in interface org.apache.commons.openpgp.KeyRing
 
getPublicKey(String) - Method in class org.apache.commons.openpgp.BouncyCastleKeyRing
 
getPublicKey(long) - Method in class org.apache.commons.openpgp.BouncyCastleKeyRing
 
getPublicKey(String) - Method in interface org.apache.commons.openpgp.KeyRing
 
getPublicKey(long) - Method in interface org.apache.commons.openpgp.KeyRing
 
getSecretKey(String) - Method in class org.apache.commons.openpgp.BouncyCastleKeyRing
 
getSecretKey(long) - Method in class org.apache.commons.openpgp.BouncyCastleKeyRing
 
getSecretKey(String) - Method in interface org.apache.commons.openpgp.KeyRing
 
getSecretKey(long) - Method in interface org.apache.commons.openpgp.KeyRing
 

I

INVALID - Static variable 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 in org.apache.commons.openpgp
Interface describing a key ring for use in signing or verifying data.

O

OpenPgpException - Exception in org.apache.commons.openpgp
An exception occurring during the use of the OpenPGP library.
OpenPgpException(String) - Constructor for exception org.apache.commons.openpgp.OpenPgpException
 
OpenPgpException(String, Throwable) - Constructor for exception org.apache.commons.openpgp.OpenPgpException
 
OpenPgpSignatureVerifier - Interface in org.apache.commons.openpgp
Interface for verifying data signed with OpenPGP.
OpenPgpSigner - Interface in org.apache.commons.openpgp
Interface for signing data with OpenPGP.
OpenPgpSignerTask - Class in org.apache.commons.openpgp.ant
 
OpenPgpSignerTask() - Constructor for class org.apache.commons.openpgp.ant.OpenPgpSignerTask
 
OpenPgpStreamingSignatureVerifier - Interface in org.apache.commons.openpgp
An interface for updating an OpenPGP signature on the fly with streaming data.
OpenPgpStreamingSigner - Interface in org.apache.commons.openpgp
An interface for updating an OpenPGP signature on the fly with streaming data.
OpenPgpVerifierTask - Class in org.apache.commons.openpgp.ant
Verify a signature using the Bouncy Castle OpenPGP provider.
OpenPgpVerifierTask() - Constructor for class org.apache.commons.openpgp.ant.OpenPgpVerifierTask
 
org.apache.commons.openpgp - package org.apache.commons.openpgp
 
org.apache.commons.openpgp.ant - package org.apache.commons.openpgp.ant
 

R

ROLE - Static variable in interface org.apache.commons.openpgp.KeyRing
 
ROLE - Static variable in interface org.apache.commons.openpgp.OpenPgpSignatureVerifier
 
ROLE - Static variable in interface org.apache.commons.openpgp.OpenPgpSigner
 
ROLE - Static variable in interface org.apache.commons.openpgp.OpenPgpStreamingSignatureVerifier
 
ROLE - Static variable in interface org.apache.commons.openpgp.OpenPgpStreamingSigner
 

S

setArtefact(File) - Method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
artefact to be signed
setArtefact(File) - Method in class org.apache.commons.openpgp.ant.OpenPgpVerifierTask
Set the artefact to be handled.
setAsciiarmor(boolean) - Method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
asciiarmor the signature ?
setAsciiarmor(boolean) - Method in class org.apache.commons.openpgp.ant.OpenPgpVerifierTask
Use ASCII armored signature files?
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
setPassword(String) - Method in class org.apache.commons.openpgp.ant.OpenPgpVerifierTask
Set the value of the password.
setPubring(File) - Method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
set the public keyring
setPubring(File) - Method in class org.apache.commons.openpgp.ant.OpenPgpVerifierTask
Set the public keyring.
setSecring(File) - Method in class org.apache.commons.openpgp.ant.OpenPgpSignerTask
set the secret keyring
setSecring(File) - Method in class org.apache.commons.openpgp.ant.OpenPgpVerifierTask
Set the secret keyring.
setVerifyproperty(String) - Method in class org.apache.commons.openpgp.ant.OpenPgpVerifierTask
Set the name of the property that contains the result of the verification.
sign(InputStream, OutputStream, String, KeyRing, boolean) - Method in class org.apache.commons.openpgp.BouncyCastleOpenPgpSigner
 
sign(InputStream, OutputStream, String, KeyRing, boolean) - Method in interface org.apache.commons.openpgp.OpenPgpSigner
Sign a piece of data with the given key.
SignatureStatus - Class in org.apache.commons.openpgp
Enumerated type indicating the status of data that was signed.

U

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

V

VALID_TRUSTED - Static variable in class org.apache.commons.openpgp.SignatureStatus
Status that indicates the signature is valid, and from a trusted source.
VALID_UNTRUSTED - Static variable in class org.apache.commons.openpgp.SignatureStatus
Status that indicates the signature is valid, but from an unknown or untrusted source.
verifyDetachedSignature(InputStream, InputStream, KeyRing) - Method in class org.apache.commons.openpgp.BouncyCastleOpenPgpSignatureVerifier
 
verifyDetachedSignature(InputStream, InputStream, KeyRing) - Method in interface org.apache.commons.openpgp.OpenPgpSignatureVerifier
Verify a piece of data against a detached signature.
verifySignature(InputStream, KeyRing) - Method in class org.apache.commons.openpgp.BouncyCastleOpenPgpSignatureVerifier
 
verifySignature(InputStream, KeyRing) - Method in interface org.apache.commons.openpgp.OpenPgpSignatureVerifier
Verify a piece of data that was signed with OpenPGP.

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

Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.