Uses of Interface
org.apache.camel.converter.crypto.PGPPassphraseAccessor

Packages that use PGPPassphraseAccessor
org.apache.camel.converter.crypto   
 

Uses of PGPPassphraseAccessor in org.apache.camel.converter.crypto
 

Classes in org.apache.camel.converter.crypto that implement PGPPassphraseAccessor
 class DefaultPGPPassphraseAccessor
           
 

Methods in org.apache.camel.converter.crypto that return PGPPassphraseAccessor
 PGPPassphraseAccessor PGPDataFormat.getPassphraseAccessor()
           
 

Methods in org.apache.camel.converter.crypto with parameters of type PGPPassphraseAccessor
static org.bouncycastle.openpgp.PGPPrivateKey PGPDataFormatUtil.findPrivateKey(org.apache.camel.CamelContext context, String keychainFilename, byte[] secKeyRing, InputStream encryptedInput, String passphrase, PGPPassphraseAccessor passphraseAccessor, String provider)
          Deprecated. 
static org.bouncycastle.openpgp.PGPPrivateKey PGPDataFormatUtil.findPrivateKeyWithKeyId(org.apache.camel.CamelContext context, String filename, byte[] secretKeyRing, long keyid, String passphrase, PGPPassphraseAccessor passpraseAccessor, String provider)
           
static org.bouncycastle.openpgp.PGPPrivateKey PGPDataFormatUtil.findPrivateKeyWithkeyId(long keyid, String passphrase, PGPPassphraseAccessor passphraseAccessor, String provider, org.bouncycastle.openpgp.PGPSecretKeyRingCollection pgpSec)
           
 void PGPDataFormat.setPassphraseAccessor(PGPPassphraseAccessor passphraseAccessor)
          Alternative way to provide the passphrases.
 



Apache Camel