Uses of Class
org.apache.camel.converter.crypto.PGPSecretKeyAndPrivateKeyAndUserId
-
Uses of PGPSecretKeyAndPrivateKeyAndUserId in org.apache.camel.converter.crypto
Methods in org.apache.camel.converter.crypto that return types with arguments of type PGPSecretKeyAndPrivateKeyAndUserIdModifier and TypeMethodDescriptionPGPDataFormat.determineSecretKeysWithPrivateKeyAndUserId(org.apache.camel.Exchange exchange, String sigKeyFileName, List<String> sigKeyUserids, String sigKeyPassword, byte[] sigKeyRing) PGPDataFormatUtil.findSecretKeysWithPrivateKeyAndUserId(Map<String, String> sigKeyUserId2Password, String provider, org.bouncycastle.openpgp.PGPSecretKeyRingCollection pgpSec) PGPDataFormatUtil.findSecretKeysWithPrivateKeyAndUserId(org.apache.camel.CamelContext context, String keychainFilename, byte[] secKeyRing, Map<String, String> sigKeyUserId2Password, String provider) DefaultPGPSecretKeyAccessor.getSignerKeys(org.apache.camel.Exchange exchange, List<String> useridParts) PGPDataFormat.getSignerKeys(org.apache.camel.Exchange exchange, List<String> useridParts) PGPSecretKeyAccessor.getSignerKeys(org.apache.camel.Exchange exchange, List<String> useridParts) Returns the signer keys for the given user ID parts.