Uses of Interface
org.bouncycastle.crypto.internal.SkippingCipher
Packages that use SkippingCipher
-
Uses of SkippingCipher in org.bouncycastle.crypto.internal
Subinterfaces of SkippingCipher in org.bouncycastle.crypto.internalModifier and TypeInterfaceDescriptioninterface
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 SkippingCipherModifier and TypeClassDescriptionclass
Implements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.