Uses of Interface
org.bouncycastle.crypto.SkippingCipher
-
Packages that use SkippingCipher Package Description org.bouncycastle.crypto org.bouncycastle.crypto.engines org.bouncycastle.crypto.modes -
-
Uses of SkippingCipher in org.bouncycastle.crypto
Subinterfaces of SkippingCipher in org.bouncycastle.crypto Modifier and Type Interface Description interface
SkippingStreamCipher
General interface for a stream cipher that supports skipping. -
Uses of SkippingCipher in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement SkippingCipher Modifier and Type Class Description class
ChaCha7539Engine
Implementation of Daniel J.class
ChaChaEngine
Implementation of Daniel J.class
Salsa20Engine
Implementation of Daniel J.class
XSalsa20Engine
Implementation of Daniel J. -
Uses of SkippingCipher in org.bouncycastle.crypto.modes
Classes in org.bouncycastle.crypto.modes that implement SkippingCipher Modifier and Type Class Description class
SICBlockCipher
Implements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.
-