com.healthmarketscience.jackcess.impl.office
Class OfficeBinaryDocRC4Provider

java.lang.Object
  extended by com.healthmarketscience.jackcess.impl.BaseCryptCodecHandler
      extended by com.healthmarketscience.jackcess.impl.OfficeCryptCodecHandler
          extended by com.healthmarketscience.jackcess.impl.office.StreamCipherProvider
              extended by com.healthmarketscience.jackcess.impl.office.OfficeBinaryDocRC4Provider
All Implemented Interfaces:
CodecHandler

public class OfficeBinaryDocRC4Provider
extends StreamCipherProvider

Author:
James Ahlborn

Field Summary
 
Fields inherited from class com.healthmarketscience.jackcess.impl.BaseCryptCodecHandler
CIPHER_DECRYPT_MODE, CIPHER_ENCRYPT_MODE
 
Constructor Summary
OfficeBinaryDocRC4Provider(PageChannel channel, byte[] encodingKey, ByteBuffer encProvBuf, byte[] pwdBytes)
           
 
Method Summary
 boolean canEncodePartialPage()
           
 
Methods inherited from class com.healthmarketscience.jackcess.impl.office.StreamCipherProvider
canDecodeInline, encodePageImpl
 
Methods inherited from class com.healthmarketscience.jackcess.impl.OfficeCryptCodecHandler
create, 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
 

Constructor Detail

OfficeBinaryDocRC4Provider

public OfficeBinaryDocRC4Provider(PageChannel channel,
                                  byte[] encodingKey,
                                  ByteBuffer encProvBuf,
                                  byte[] pwdBytes)
Method Detail

canEncodePartialPage

public boolean canEncodePartialPage()


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