Uses of Interface
com.healthmarketscience.jackcess.util.StreamCipherCompat

Packages that use StreamCipherCompat
com.healthmarketscience.jackcess.impl   
com.healthmarketscience.jackcess.impl.office   
com.healthmarketscience.jackcess.util   
 

Uses of StreamCipherCompat in com.healthmarketscience.jackcess.impl
 

Methods in com.healthmarketscience.jackcess.impl that return StreamCipherCompat
protected static StreamCipherCompat BaseCryptCodecHandler.decryptInit(StreamCipherCompat cipher, org.bouncycastle.crypto.CipherParameters params)
          Inits the given cipher for decryption with the given params.
protected static StreamCipherCompat BaseCryptCodecHandler.encryptInit(StreamCipherCompat cipher, org.bouncycastle.crypto.CipherParameters params)
          Inits the given cipher for encryption with the given params.
protected  StreamCipherCompat BaseCryptCodecHandler.getStreamCipher()
           
protected  StreamCipherCompat BaseJetCryptCodecHandler.getStreamCipher()
           
 

Methods in com.healthmarketscience.jackcess.impl with parameters of type StreamCipherCompat
protected static byte[] BaseCryptCodecHandler.decryptBytes(StreamCipherCompat cipher, byte[] encBytes)
          Decrypts the given bytes using a stream cipher into a new byte[].
protected static StreamCipherCompat BaseCryptCodecHandler.decryptInit(StreamCipherCompat cipher, org.bouncycastle.crypto.CipherParameters params)
          Inits the given cipher for decryption with the given params.
protected static StreamCipherCompat BaseCryptCodecHandler.encryptInit(StreamCipherCompat cipher, org.bouncycastle.crypto.CipherParameters params)
          Inits the given cipher for encryption with the given params.
 

Uses of StreamCipherCompat in com.healthmarketscience.jackcess.impl.office
 

Methods in com.healthmarketscience.jackcess.impl.office that return StreamCipherCompat
protected  StreamCipherCompat StreamCipherProvider.getStreamCipher()
           
protected  StreamCipherCompat RC4CryptoAPIProvider.initCipher()
           
protected  StreamCipherCompat StreamCipherProvider.initCipher()
           
protected  StreamCipherCompat OfficeBinaryDocRC4Provider.initCipher()
           
 

Uses of StreamCipherCompat in com.healthmarketscience.jackcess.util
 

Classes in com.healthmarketscience.jackcess.util that implement StreamCipherCompat
 class RC4EngineCompat
          Simple Extension of RC4Engine which implements StreamCipherCompat and allows jackcess-encrypt to work with 1.51+ versions of Bouncy Castle.
 

Methods in com.healthmarketscience.jackcess.util that return StreamCipherCompat
 StreamCipherCompat RC4EngineCompat.Factory.newInstance()
           
abstract  StreamCipherCompat StreamCipherFactory.newInstance()
           
static StreamCipherCompat StreamCipherFactory.newRC4Engine()
           
 



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