public abstract class StreamCipherFactory extends Object
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.Modifier and Type | Method and Description |
---|---|
abstract StreamCipherCompat |
newInstance() |
static StreamCipherCompat |
newRC4Engine() |
public static StreamCipherCompat newRC4Engine()
public abstract StreamCipherCompat newInstance()
Copyright © 2010–2022 OpenHMS. All rights reserved.