Package | Description |
---|---|
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.impl.office | |
com.healthmarketscience.jackcess.util |
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 | Method and Description |
---|---|
protected StreamCipherCompat |
StreamCipherProvider.getStreamCipher() |
protected StreamCipherCompat |
RC4CryptoAPIProvider.initCipher() |
protected StreamCipherCompat |
OfficeBinaryDocRC4Provider.initCipher() |
protected StreamCipherCompat |
StreamCipherProvider.initCipher() |
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 |
---|---|
abstract StreamCipherCompat |
StreamCipherFactory.newInstance() |
StreamCipherCompat |
RC4EngineCompat.Factory.newInstance() |
static StreamCipherCompat |
StreamCipherFactory.newRC4Engine() |
Copyright © 2010–2017. All rights reserved.