Skip navigation links
A B C D E G I K L M N O P S V 

A

authenticate(Authentication) - Method in class org.mule.module.pgp.PGPSecurityProvider
 
authenticateInbound(MuleEvent) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
authenticateOutbound(MuleEvent) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 

B

BouncyCastleUtil - Class in org.mule.module.pgp.util
 
BouncyCastleUtil() - Constructor for class org.mule.module.pgp.util.BouncyCastleUtil
 

C

create(Authentication) - Method in class org.mule.module.pgp.PGPSecurityContextFactory
 

D

decrypt(InputStream, Object) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
DecryptStreamTransformer - Class in org.mule.module.pgp
 
DecryptStreamTransformer(PGPSecretKey, PGPSecretKeyRingCollection, String) - Constructor for class org.mule.module.pgp.DecryptStreamTransformer
 
doInitialise() - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
doInitialise() - Method in class org.mule.module.pgp.PGPSecurityProvider
 

E

encrypt(InputStream, Object) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
EncryptionAlgorithm - Enum in org.mule.module.pgp
 
encryptionStrategyNotSet() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
EncryptStreamTransformer - Class in org.mule.module.pgp
 
EncryptStreamTransformer(PGPPublicKey, Provider, int, PGPOutputMode) - Constructor for class org.mule.module.pgp.EncryptStreamTransformer
 
errorVerifySignature() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 

G

getAuthentication() - Method in class org.mule.module.pgp.PGPSecurityContext
 
getConfiguredSecretKey() - Method in interface org.mule.module.pgp.PGPKeyRing
 
getConfiguredSecretKey() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getContents() - Method in class org.mule.module.pgp.SignedMessage
 
getCredentials() - Method in class org.mule.module.pgp.PGPAuthentication
 
getCredentialsAccessor() - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
getDetails() - Method in class org.mule.module.pgp.PGPAuthentication
 
getEvent() - Method in class org.mule.module.pgp.PGPAuthentication
 
getKeyManager() - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
getKeyManager() - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
getKeyManager() - Method in class org.mule.module.pgp.PGPSecurityProvider
 
getMessage(byte[]) - Static method in class org.mule.module.pgp.MessageFactory
 
getNumericId() - Method in enum org.mule.module.pgp.EncryptionAlgorithm
 
getPrincipal() - Method in class org.mule.module.pgp.PGPAuthentication
 
getProperties() - Method in class org.mule.module.pgp.PGPAuthentication
 
getPublicKey() - Method in class org.mule.module.pgp.PGPCryptInfo
 
getPublicKey(String) - Method in interface org.mule.module.pgp.PGPKeyRing
 
getPublicKey(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getPublicKeyRingFileName() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getPublicKeys() - Method in interface org.mule.module.pgp.PGPKeyRing
 
getPublicKeys() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getSecretAliasId() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getSecretKeyRingFileName() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getSecretKeys() - Method in interface org.mule.module.pgp.PGPKeyRing
 
getSecretKeys() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getSecretPassphrase() - Method in interface org.mule.module.pgp.PGPKeyRing
 
getSecretPassphrase() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
getStrategy() - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
getTextData() - Method in class org.mule.module.pgp.LiteralMessage
 

I

init() - Method in class org.mule.module.pgp.config.PgpNamespaceHandler
 
initialise() - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
initialise() - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
INVALID_KEY_ERROR_MESSAGE - Static variable in class org.mule.module.pgp.DecryptStreamTransformer
 
INVALID_PASS_PHRASE_ERROR_MESSAGE - Static variable in class org.mule.module.pgp.DecryptStreamTransformer
 
INVALID_PGP_MESSAGE_ERROR - Static variable in class org.mule.module.pgp.DecryptStreamTransformer
 
InvalidPublicKeyException - Exception in org.mule.module.pgp
 
InvalidPublicKeyException(Message) - Constructor for exception org.mule.module.pgp.InvalidPublicKeyException
 
invalidSignature() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
isAuthenticated() - Method in class org.mule.module.pgp.PGPAuthentication
 
isCheckKeyExpirity() - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
isSignRequested() - Method in class org.mule.module.pgp.PGPCryptInfo
 
isSignRequired() - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 

K

KEY_FINGERPRINT_CALCULATOR - Static variable in class org.mule.module.pgp.util.BouncyCastleUtil
 
KeyBasedEncryptionStrategy - Class in org.mule.module.pgp
 
KeyBasedEncryptionStrategy() - Constructor for class org.mule.module.pgp.KeyBasedEncryptionStrategy
 

L

LiteralMessage - Class in org.mule.module.pgp
 
LiteralMessage(byte[]) - Constructor for class org.mule.module.pgp.LiteralMessage
 
logger - Static variable in class org.mule.module.pgp.KeyBasedEncryptionStrategy
logger used by this class
logger - Static variable in class org.mule.module.pgp.PGPKeyRingImpl
 

M

Message - Interface in org.mule.module.pgp
 
MessageFactory - Class in org.mule.module.pgp
 
MessageFactory() - Constructor for class org.mule.module.pgp.MessageFactory
 
MissingPGPKeyException - Exception in org.mule.module.pgp.exception
MissingSecretPGPKeyException is the exception in case data regarding the pgp keys is necessary but no provided in the configuration.
MissingPGPKeyException(Message) - Constructor for exception org.mule.module.pgp.exception.MissingPGPKeyException
 
MissingPGPKeyException(Throwable) - Constructor for exception org.mule.module.pgp.exception.MissingPGPKeyException
 

N

noFileKeyFound(String) - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
noKeyIdFound(String) - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
noPublicKeyDefined() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
noPublicKeyForPrincipal(String) - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
noPublicKeyForUser(String) - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
noSecretKeyDefined() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
noSecretPassPhrase() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 

O

org.mule.module.pgp - package org.mule.module.pgp
 
org.mule.module.pgp.config - package org.mule.module.pgp.config
 
org.mule.module.pgp.exception - package org.mule.module.pgp.exception
 
org.mule.module.pgp.filters - package org.mule.module.pgp.filters
 
org.mule.module.pgp.i18n - package org.mule.module.pgp.i18n
 
org.mule.module.pgp.util - package org.mule.module.pgp.util
 

P

PBE_SECRET_KEY_DECRYPTOR_BUILDER - Static variable in class org.mule.module.pgp.util.BouncyCastleUtil
 
PGPAuthentication - Class in org.mule.module.pgp
 
PGPAuthentication(String, Message) - Constructor for class org.mule.module.pgp.PGPAuthentication
 
PGPAuthentication(String, Message, MuleEvent) - Constructor for class org.mule.module.pgp.PGPAuthentication
 
PGPCryptInfo - Class in org.mule.module.pgp
 
PGPCryptInfo(PGPPublicKey, boolean) - Constructor for class org.mule.module.pgp.PGPCryptInfo
 
PGPKeyRing - Interface in org.mule.module.pgp
 
PGPKeyRingImpl - Class in org.mule.module.pgp
 
PGPKeyRingImpl() - Constructor for class org.mule.module.pgp.PGPKeyRingImpl
 
PGPMessages - Class in org.mule.module.pgp.i18n
 
PGPMessages() - Constructor for class org.mule.module.pgp.i18n.PGPMessages
 
PgpNamespaceHandler - Class in org.mule.module.pgp.config
 
PgpNamespaceHandler() - Constructor for class org.mule.module.pgp.config.PgpNamespaceHandler
 
PGPOutputMode - Enum in org.mule.module.pgp.config
 
pgpPublicKeyExpired() - Static method in class org.mule.module.pgp.i18n.PGPMessages
 
PGPSecurityContext - Class in org.mule.module.pgp
 
PGPSecurityContext(PGPAuthentication) - Constructor for class org.mule.module.pgp.PGPSecurityContext
 
PGPSecurityContextFactory - Class in org.mule.module.pgp
 
PGPSecurityContextFactory() - Constructor for class org.mule.module.pgp.PGPSecurityContextFactory
 
PGPSecurityFilter - Class in org.mule.module.pgp.filters
 
PGPSecurityFilter() - Constructor for class org.mule.module.pgp.filters.PGPSecurityFilter
 
PGPSecurityProvider - Class in org.mule.module.pgp
 
PGPSecurityProvider() - Constructor for class org.mule.module.pgp.PGPSecurityProvider
 
process(InputStream) - Method in class org.mule.module.pgp.DecryptStreamTransformer
 
process(InputStream) - Method in class org.mule.module.pgp.EncryptStreamTransformer
 
process(InputStream) - Method in interface org.mule.module.pgp.StreamTransformer
 

S

setAuthenticated(boolean) - Method in class org.mule.module.pgp.PGPAuthentication
 
setAuthentication(Authentication) - Method in class org.mule.module.pgp.PGPSecurityContext
 
setCheckKeyExpirity(boolean) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
setCredentialsAccessor(CredentialsAccessor) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
setDetails(PGPPublicKey) - Method in class org.mule.module.pgp.PGPAuthentication
 
setEncryptionAlgorithm(String) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
setEvent(MuleEvent) - Method in class org.mule.module.pgp.PGPAuthentication
 
setKeyManager(PGPKeyRing) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
setKeyManager(PGPKeyRing) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
setKeyManager(PGPKeyRing) - Method in class org.mule.module.pgp.PGPSecurityProvider
 
setPgpOutputMode(PGPOutputMode) - Method in class org.mule.module.pgp.KeyBasedEncryptionStrategy
 
setProperties(Map<String, Object>) - Method in class org.mule.module.pgp.PGPAuthentication
 
setPublicKey(PGPPublicKey) - Method in class org.mule.module.pgp.PGPCryptInfo
 
setPublicKeyRingFileName(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
setSecretAliasId(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
setSecretKeyRingFileName(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
setSecretPassphrase(String) - Method in class org.mule.module.pgp.PGPKeyRingImpl
 
setSignRequested(boolean) - Method in class org.mule.module.pgp.PGPCryptInfo
 
setSignRequired(boolean) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
setStrategy(EncryptionStrategy) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
setStrategyName(String) - Method in class org.mule.module.pgp.filters.PGPSecurityFilter
 
SignedMessage - Class in org.mule.module.pgp
 
SignedMessage(InputStream, PGPSecretKey, String, PGPSecretKeyRingCollection) - Constructor for class org.mule.module.pgp.SignedMessage
 
StreamTransformer - Interface in org.mule.module.pgp
 
supports(Class<?>) - Method in class org.mule.module.pgp.PGPSecurityProvider
 

V

validateNotNull(Object, Message) - Static method in class org.mule.module.pgp.util.ValidatorUtil
 
ValidatorUtil - Class in org.mule.module.pgp.util
 
ValidatorUtil() - Constructor for class org.mule.module.pgp.util.ValidatorUtil
 
valueOf(String) - Static method in enum org.mule.module.pgp.config.PGPOutputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.module.pgp.EncryptionAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.module.pgp.config.PGPOutputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.module.pgp.EncryptionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class org.mule.module.pgp.SignedMessage
 
A B C D E G I K L M N O P S V 
Skip navigation links

Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.