Uses of Interface
org.bouncycastle.crypto.SkippingStreamCipher
-
Packages that use SkippingStreamCipher Package Description org.bouncycastle.crypto.engines org.bouncycastle.crypto.modes -
-
Uses of SkippingStreamCipher in org.bouncycastle.crypto.engines
Classes in org.bouncycastle.crypto.engines that implement SkippingStreamCipher 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 SkippingStreamCipher in org.bouncycastle.crypto.modes
Classes in org.bouncycastle.crypto.modes that implement SkippingStreamCipher Modifier and Type Class Description class
SICBlockCipher
Implements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.
-