Class Summary |
EncryptingMarshaller |
EncryptingMarshaller and EncryptingMarshaller are a general
purpose encryption based marshaller / decompressing unmarshaller pair
based on Java's Cipher facilities. |
EncryptingUnMarshaller |
EncryptingMarshaller and EncryptingUnMarshaller are a general
purpose encrypting marshaller / decompressing unmarshaller pair based on
Java's crypto stream facilities. |
EncryptionManager |
Manager that deals with the generation of the Cipher
Mode:
ECB: Electronic Codebook Mode (NIST FIPS PUB 81)
CBC: Cipher Block Chaining Mode(NIST FIPS PUB 81)
PCBC: Plaintext Cipher Block Chaining (Kerberos)
CFB: Cipher Feedback Mode (NIST FIPS PUB 81)
OFB: Output Feedback Mode (NIST FIPS PUB 81)
Padding:
NoPadding: No padding. |
EncryptionOutputStream |
OutputStream that is piped into a CipherOutputStream such that
CipherOutputStream.close will not close the underlying stream |
EncryptionUtil |
Utility for Encryption Needs |
KeyGeneratorUtil |
Generates keys |