Uses of Interface
org.apache.camel.converter.crypto.PGPPassphraseAccessor
-
Packages that use PGPPassphraseAccessor Package Description org.apache.camel.converter.crypto -
-
Uses of PGPPassphraseAccessor in org.apache.camel.converter.crypto
Classes in org.apache.camel.converter.crypto that implement PGPPassphraseAccessor Modifier and Type Class Description class
DefaultPGPPassphraseAccessor
Methods in org.apache.camel.converter.crypto that return PGPPassphraseAccessor Modifier and Type Method Description PGPPassphraseAccessor
PGPDataFormat. getPassphraseAccessor()
Methods in org.apache.camel.converter.crypto with parameters of type PGPPassphraseAccessor Modifier and Type Method Description static org.bouncycastle.openpgp.PGPPrivateKey
PGPDataFormatUtil. findPrivateKeyWithkeyId(long keyid, String passphrase, PGPPassphraseAccessor passphraseAccessor, String provider, org.bouncycastle.openpgp.PGPSecretKeyRingCollection pgpSec)
static org.bouncycastle.openpgp.PGPPrivateKey
PGPDataFormatUtil. findPrivateKeyWithKeyId(org.apache.camel.CamelContext context, String filename, byte[] secretKeyRing, long keyid, String passphrase, PGPPassphraseAccessor passpraseAccessor, String provider)
void
PGPDataFormat. setPassphraseAccessor(PGPPassphraseAccessor passphraseAccessor)
Alternative way to provide the passphrases.
-