Interface | Description |
---|---|
Message | |
PGPKeyRing | |
StreamTransformer |
A writer of
OutputStream |
TransformPolicy |
A
TransformPolicy represents a policy that controls how StreamTransformer
transform LazyTransformedInputStream . |
Class | Description |
---|---|
AbstractTransformPolicy |
An abstract implementation of
TransformPolicy . |
DecryptStreamTransformer | |
EncryptStreamTransformer | |
KeyBasedEncryptionStrategy | |
LazyTransformedInputStream |
A
LazyTransformedInputStream represents an InputStream that
has been transformed when someone needs to read from it. |
LiteralMessage | |
MessageFactory | |
PGPAuthentication | |
PGPCryptInfo | |
PGPKeyRingImpl | |
PGPSecurityContext | |
PGPSecurityContextFactory | |
PGPSecurityProvider | |
SignedMessage | |
TransformContinuouslyPolicy |
A
TransformPolicy that copies the transformed bytes continuously into the PipedOutputStream
without taking into account about how many bytes the object has requested. |
TransformPerRequestInChunksPolicy |
A
TransformPolicy that copies the requested transformed bytes in chunks
into the PipedOutputStream . |
TransformPerRequestPolicy |
A
TransformPolicy that copies only the requested transformed bytes
into the PipedOutputStream . |
Exception | Description |
---|---|
InvalidPublicKeyException |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.