Uses of Interface
org.bouncycastle.crypto.modes.CTRModeCipher
Packages that use CTRModeCipher
-
Uses of CTRModeCipher in org.bouncycastle.crypto.modes
Classes in org.bouncycastle.crypto.modes that implement CTRModeCipherModifier and TypeClassDescriptionclassImplements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.Methods in org.bouncycastle.crypto.modes that return CTRModeCipherModifier and TypeMethodDescriptionstatic CTRModeCipherSICBlockCipher.newInstance(BlockCipher cipher) Return a new SIC/CTR mode cipher based on the passed in base cipher