Class StreamCipherProvider
- java.lang.Object
-
- com.healthmarketscience.jackcess.crypt.impl.BaseCryptCodecHandler
-
- com.healthmarketscience.jackcess.crypt.impl.OfficeCryptCodecHandler
-
- com.healthmarketscience.jackcess.crypt.impl.office.StreamCipherProvider
-
- All Implemented Interfaces:
CodecHandler
- Direct Known Subclasses:
OfficeBinaryDocRC4Provider,RC4CryptoAPIProvider
public abstract class StreamCipherProvider extends OfficeCryptCodecHandler
- Author:
- James Ahlborn
-
-
Field Summary
-
Fields inherited from class com.healthmarketscience.jackcess.crypt.impl.BaseCryptCodecHandler
CIPHER_DECRYPT_MODE, CIPHER_ENCRYPT_MODE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanDecodeInline()ByteBufferencodePageImpl(ByteBuffer buffer, int pageNumber, int pageOffset)-
Methods inherited from class com.healthmarketscience.jackcess.crypt.impl.OfficeCryptCodecHandler
create, decodePage, encodePage
-
Methods inherited from class com.healthmarketscience.jackcess.crypt.impl.BaseCryptCodecHandler
applyPageNumber, fill, fixToLength, fixToLength, hash, hash, hash, hash, toString, wrap
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.healthmarketscience.jackcess.impl.CodecHandler
canEncodePartialPage
-
-
-
-
Method Detail
-
canDecodeInline
public boolean canDecodeInline()
-
encodePageImpl
public ByteBuffer encodePageImpl(ByteBuffer buffer, int pageNumber, int pageOffset)
-
-