com.healthmarketscience.jackcess.impl
Class JetCryptCodecHandler

java.lang.Object
  extended by com.healthmarketscience.jackcess.impl.BaseCryptCodecHandler
      extended by com.healthmarketscience.jackcess.impl.BaseJetCryptCodecHandler
          extended by com.healthmarketscience.jackcess.impl.JetCryptCodecHandler
All Implemented Interfaces:
CodecHandler

public class JetCryptCodecHandler
extends BaseJetCryptCodecHandler

CodecHandler for Jet databases.

Author:
Vladimir Berezniker

Field Summary
 
Fields inherited from class com.healthmarketscience.jackcess.impl.BaseCryptCodecHandler
CIPHER_DECRYPT_MODE, CIPHER_ENCRYPT_MODE
 
Method Summary
static CodecHandler create(PageChannel channel)
           
 
Methods inherited from class com.healthmarketscience.jackcess.impl.BaseJetCryptCodecHandler
canDecodeInline, canEncodePartialPage, decodePage, encodePage
 
Methods inherited from class com.healthmarketscience.jackcess.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
 

Method Detail

create

public static CodecHandler create(PageChannel channel)
                           throws IOException
Throws:
IOException


Copyright © 2010-2015 Health Market Science. All Rights Reserved.