Uses of Interface
org.bouncycastle.crypto.internal.SkippingCipher
-
Packages that use SkippingCipher Package Description org.bouncycastle.crypto.internal org.bouncycastle.crypto.internal.modes -
-
Uses of SkippingCipher in org.bouncycastle.crypto.internal
Subinterfaces of SkippingCipher in org.bouncycastle.crypto.internal Modifier and Type Interface Description interface
SkippingStreamCipher
General interface for a stream cipher that supports skipping. -
Uses of SkippingCipher in org.bouncycastle.crypto.internal.modes
Classes in org.bouncycastle.crypto.internal.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.
-