Package | Description |
---|---|
net.sf.hajdbc.codec | |
net.sf.hajdbc.codec.base64 | |
net.sf.hajdbc.codec.crypto | |
net.sf.hajdbc.codec.hex |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCodec
Abstract codec implementation that is its own factory
|
class |
SimpleCodecFactory
Trivial codec that does nothing
|
Modifier and Type | Class and Description |
---|---|
class |
Base64CodecFactory
Codec that uses base-64 encoding/decoding.
|
Modifier and Type | Class and Description |
---|---|
class |
CipherCodecFactory
Used to decrypt configuration file passwords using a symmetric key stored in a keystore.
|
Modifier and Type | Class and Description |
---|---|
class |
HexCodecFactory
Codec that uses hex encoding/decoding.
|
Copyright © 2004–2014 Paul Ferraro. All rights reserved.