Class MSISAMCryptCodecHandler
- java.lang.Object
-
- com.healthmarketscience.jackcess.crypt.impl.BaseCryptCodecHandler
-
- com.healthmarketscience.jackcess.crypt.impl.BaseJetCryptCodecHandler
-
- com.healthmarketscience.jackcess.crypt.impl.MSISAMCryptCodecHandler
-
- All Implemented Interfaces:
CodecHandler
public class MSISAMCryptCodecHandler extends BaseJetCryptCodecHandler
CodecHandler for MSISAM databases.- Author:
- Vladimir Berezniker
-
-
Field Summary
-
Fields inherited from class com.healthmarketscience.jackcess.crypt.impl.BaseCryptCodecHandler
CIPHER_DECRYPT_MODE, CIPHER_ENCRYPT_MODE
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CodecHandlercreate(Supplier<String> callback, PageChannel channel, Charset charset)-
Methods inherited from class com.healthmarketscience.jackcess.crypt.impl.BaseJetCryptCodecHandler
canDecodeInline, canEncodePartialPage, decodePage, encodePage
-
Methods inherited from class com.healthmarketscience.jackcess.crypt.impl.BaseCryptCodecHandler
applyPageNumber, fill, fixToLength, fixToLength, hash, hash, hash, hash, toString, wrap
-
-
-
-
Method Detail
-
create
public static CodecHandler create(Supplier<String> callback, PageChannel channel, Charset charset) throws IOException
- Throws:
IOException
-
-