com.healthmarketscience.jackcess.util
Class StreamCipherFactory

java.lang.Object
  extended by com.healthmarketscience.jackcess.util.StreamCipherFactory
Direct Known Subclasses:
RC4EngineCompat.Factory

public abstract class StreamCipherFactory
extends Object

Factory for instantiating StreamCipherCompat instances. Bouncy Castle 1.51 made a binary incompatible change to the StreamCipher API. This factory enables jackcess-encrypt to function with both the pre 1.51 API as well as the 1.51+ API.

Author:
James Ahlborn

Constructor Summary
protected StreamCipherFactory()
           
 
Method Summary
abstract  StreamCipherCompat newInstance()
           
static StreamCipherCompat newRC4Engine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamCipherFactory

protected StreamCipherFactory()
Method Detail

newRC4Engine

public static StreamCipherCompat newRC4Engine()

newInstance

public abstract StreamCipherCompat newInstance()


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