com.healthmarketscience.jackcess.impl.office
Class ECMAStandardEncryptionProvider

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

public class ECMAStandardEncryptionProvider
extends BlockCipherProvider

Author:
James Ahlborn

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

ECMAStandardEncryptionProvider

public ECMAStandardEncryptionProvider(PageChannel channel,
                                      byte[] encodingKey,
                                      ByteBuffer encProvBuf,
                                      byte[] pwdBytes)
                               throws IOException
Throws:
IOException


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