| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.impl.office | |
| com.healthmarketscience.jackcess.util |
| Modifier and Type | Field and Description |
|---|---|
private StreamCipherCompat |
BaseJetCryptCodecHandler._engine |
| Modifier and Type | Method and Description |
|---|---|
protected static StreamCipherCompat |
BaseCryptCodecHandler.decryptInit(StreamCipherCompat cipher,
org.bouncycastle.crypto.CipherParameters params)
Inits the given cipher for decryption with the given params.
|
protected static StreamCipherCompat |
BaseCryptCodecHandler.encryptInit(StreamCipherCompat cipher,
org.bouncycastle.crypto.CipherParameters params)
Inits the given cipher for encryption with the given params.
|
protected StreamCipherCompat |
BaseCryptCodecHandler.getStreamCipher() |
protected StreamCipherCompat |
BaseJetCryptCodecHandler.getStreamCipher() |
| Modifier and Type | Method and Description |
|---|---|
protected static byte[] |
BaseCryptCodecHandler.decryptBytes(StreamCipherCompat cipher,
byte[] encBytes)
Decrypts the given bytes using a stream cipher into a new byte[].
|
protected static StreamCipherCompat |
BaseCryptCodecHandler.decryptInit(StreamCipherCompat cipher,
org.bouncycastle.crypto.CipherParameters params)
Inits the given cipher for decryption with the given params.
|
protected static StreamCipherCompat |
BaseCryptCodecHandler.encryptInit(StreamCipherCompat cipher,
org.bouncycastle.crypto.CipherParameters params)
Inits the given cipher for encryption with the given params.
|
| Modifier and Type | Field and Description |
|---|---|
private StreamCipherCompat |
XmlEncryptionDescriptor.BlockCipherAdapter._cipher |
private StreamCipherCompat |
StreamCipherProvider._cipher |
| Modifier and Type | Method and Description |
|---|---|
protected StreamCipherCompat |
StreamCipherProvider.getStreamCipher() |
protected StreamCipherCompat |
RC4CryptoAPIProvider.initCipher() |
protected StreamCipherCompat |
OfficeBinaryDocRC4Provider.initCipher() |
protected StreamCipherCompat |
StreamCipherProvider.initCipher() |
| Constructor and Description |
|---|
BlockCipherAdapter(StreamCipherCompat cipher) |
| Modifier and Type | Class and Description |
|---|---|
class |
RC4EngineCompat
Simple Extension of
RC4Engine which implements StreamCipherCompat
and allows jackcess-encrypt to work with 1.51+ versions of Bouncy Castle. |
| Modifier and Type | Method and Description |
|---|---|
StreamCipherCompat |
RC4EngineCompat.Factory.newInstance() |
abstract StreamCipherCompat |
StreamCipherFactory.newInstance() |
static StreamCipherCompat |
StreamCipherFactory.newRC4Engine() |