Example usage for org.bouncycastle.crypto.engines RC4Engine subclass-usage

List of usage examples for org.bouncycastle.crypto.engines RC4Engine subclass-usage

Introduction

In this page you can find the example usage for org.bouncycastle.crypto.engines RC4Engine subclass-usage.

Usage

From source file com.healthmarketscience.jackcess.util.RC4EngineCompat.java

/**
 * Simple Extension of {@link RC4Engine} which implements StreamCipherCompat
 * and allows jackcess-encrypt to work with 1.51+ versions of Bouncy Castle.
 *
 * @author James Ahlborn
 */

From source file com.healthmarketscience.jackcess.util.RC4EngineLegacy.java

/**
 * Simple Extension of {@link RC4Engine} which implements StreamCipherCompat
 * and allows jackcess-encrypt to work with 1.50 and earlier versions of
 * Bouncy Castle.
 *
 * @author James Ahlborn