Uses of Interface
com.coderslagoon.crypto.estreamj.framework.ICipher
Packages that use ICipher
Package
Description
-
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.aes
Classes in com.coderslagoon.crypto.estreamj.ciphers.aes that implement ICipher -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.dragon
Classes in com.coderslagoon.crypto.estreamj.ciphers.dragon that implement ICipherModifier and TypeClassDescriptionclassFirst version of Dragon with both 128bit and 256bit key support. -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.grain
Classes in com.coderslagoon.crypto.estreamj.ciphers.grain that implement ICipher -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.hc256
Classes in com.coderslagoon.crypto.estreamj.ciphers.hc256 that implement ICipher -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.hermes8
Classes in com.coderslagoon.crypto.estreamj.ciphers.hermes8 that implement ICipher -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.lex
Classes in com.coderslagoon.crypto.estreamj.ciphers.lex that implement ICipher -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.mickey
Classes in com.coderslagoon.crypto.estreamj.ciphers.mickey that implement ICipherModifier and TypeClassDescriptionclassclassclassSome general things all MICKEYs do share. -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.nil
Classes in com.coderslagoon.crypto.estreamj.ciphers.nil that implement ICipherModifier and TypeClassDescriptionclassTHIS IS NOT A REAL CIPHER! Just some pass-through implementation for testing and debugging purposes. -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.phelix
Classes in com.coderslagoon.crypto.estreamj.ciphers.phelix that implement ICipherModifier and TypeClassDescriptionclassThe Phelix implementation, based on the original PhelixJ package by CODERSLAGOON. -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.rc4
Classes in com.coderslagoon.crypto.estreamj.ciphers.rc4 that implement ICipherModifier and TypeClassDescriptionclassRC4 implementation, 128bit keys and 128 bit nonce size. -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.salsa20
Classes in com.coderslagoon.crypto.estreamj.ciphers.salsa20 that implement ICipher -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.sosemanuk
Classes in com.coderslagoon.crypto.estreamj.ciphers.sosemanuk that implement ICipher -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.spritz
Classes in com.coderslagoon.crypto.estreamj.ciphers.spritz that implement ICipher -
Uses of ICipher in com.coderslagoon.crypto.estreamj.ciphers.trivium
Classes in com.coderslagoon.crypto.estreamj.ciphers.trivium that implement ICipher -
Uses of ICipher in com.coderslagoon.crypto.estreamj.framework
Subinterfaces of ICipher in com.coderslagoon.crypto.estreamj.frameworkModifier and TypeInterfaceDescriptioninterfaceStream ciphers which also do MAC computation implement this interface.Methods in com.coderslagoon.crypto.estreamj.framework that return ICipherModifier and TypeMethodDescriptionICipherMaker.create()Create a new cipher instance.static ICipherEngine.createCipher(String name) Creates a new cipher instance.