Uses of Interface
org.apache.commons.openpgp.KeyRing

Packages that use KeyRing
org.apache.commons.openpgp   
 

Uses of KeyRing in org.apache.commons.openpgp
 

Classes in org.apache.commons.openpgp that implement KeyRing
 class BouncyCastleKeyRing
          Bouncy Castle implementation of the OpenPGP key ring.
 

Methods in org.apache.commons.openpgp with parameters of type KeyRing
 void OpenPgpSigner.detachedSign(InputStream data, OutputStream signature, String keyId, KeyRing keyRing, boolean asciiArmor)
          Sign a piece of data with the given key, storing the signature in a detached output.
 void BouncyCastleOpenPgpSigner.detachedSign(InputStream data, OutputStream signature, String keyId, KeyRing keyRing, boolean asciiArmor)
           
 void OpenPgpSigner.sign(InputStream data, OutputStream signedOutput, String keyId, KeyRing keyRing, boolean asciiArmor)
          Sign a piece of data with the given key.
 void BouncyCastleOpenPgpSigner.sign(InputStream data, OutputStream signedOutput, String keyId, KeyRing keyRing, boolean asciiArmor)
           
 SignatureStatus OpenPgpSignatureVerifier.verifyDetachedSignature(InputStream data, InputStream signature, KeyRing keyRing)
          Verify a piece of data against a detached signature.
 SignatureStatus BouncyCastleOpenPgpSignatureVerifier.verifyDetachedSignature(InputStream data, InputStream signature, KeyRing keyRing)
           
 SignatureStatus OpenPgpSignatureVerifier.verifySignature(InputStream data, KeyRing keyRing)
          Verify a piece of data that was signed with OpenPGP.
 SignatureStatus BouncyCastleOpenPgpSignatureVerifier.verifySignature(InputStream data, KeyRing keyRing)
           
 

Constructors in org.apache.commons.openpgp with parameters of type KeyRing
BouncyCastleOpenPgpStreamingSignatureVerifier(InputStream signature, KeyRing keyRing)
           
BouncyCastleOpenPgpStreamingSigner(OutputStream signature, String keyId, KeyRing keyRing, boolean asciiArmor)
           
BouncyCastleOpenPgpStreamingSigner(String keyId, KeyRing keyRing, boolean asciiArmor)
           
 



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