Uses of Class
com.coderslagoon.crypto.estreamj.framework.ESJException
Packages that use ESJException
Package
Description
-
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.aes
Methods in com.coderslagoon.crypto.estreamj.ciphers.aes that throw ESJExceptionModifier and TypeMethodDescriptionvoidAESCTR.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidAESCTR.reset()voidAESCTR.setupKey(int mode, byte[] key, int ofs) voidAESCTR.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.dragon
Methods in com.coderslagoon.crypto.estreamj.ciphers.dragon that throw ESJExceptionModifier and TypeMethodDescriptionvoidDragon.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidDragon.reset()voidDragon.setupKey(int mode, byte[] key, int ofs) voidDragon.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.grain
Methods in com.coderslagoon.crypto.estreamj.ciphers.grain that throw ESJExceptionModifier and TypeMethodDescriptionvoidGrainRefNoopt.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidGrainRefNoopt.reset()voidGrainRefNoopt.setupKey(int mode, byte[] key, int ofs) voidGrainRefNoopt.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.hc256
Methods in com.coderslagoon.crypto.estreamj.ciphers.hc256 that throw ESJExceptionModifier and TypeMethodDescriptionvoidHC256.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidHC256.reset()voidHC256.setupKey(int mode, byte[] key, int ofs) voidHC256.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.hermes8
Methods in com.coderslagoon.crypto.estreamj.ciphers.hermes8 that throw ESJExceptionModifier and TypeMethodDescriptionvoidHermes8.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidHermes8.reset()voidHermes8.setupKey(int mode, byte[] key, int ofs) voidHermes8.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.lex
Methods in com.coderslagoon.crypto.estreamj.ciphers.lex that throw ESJExceptionModifier and TypeMethodDescriptionvoidLEX.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidLEX.reset()voidLEX.setupKey(int mode, byte[] key, int ofs) voidLEX.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.mickey
Methods in com.coderslagoon.crypto.estreamj.ciphers.mickey that throw ESJExceptionModifier and TypeMethodDescriptionvoidMICKEY.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidMICKEY128.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidMICKEYBase.reset()voidMICKEY.setupKey(int mode, byte[] key, int ofs) voidMICKEY128.setupKey(int mode, byte[] key, int ofs) voidMICKEY.setupNonce(byte[] nonce, int ofs) voidMICKEY128.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.nil
Methods in com.coderslagoon.crypto.estreamj.ciphers.nil that throw ESJExceptionModifier and TypeMethodDescriptionvoidNil.finalize(byte[] macBuf, int macOfs) voidNil.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidNil.processAAD(byte[] buf, int ofs, int len) voidNil.setupKey(int mode, byte[] key, int ofs) voidNil.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.phelix
Methods in com.coderslagoon.crypto.estreamj.ciphers.phelix that throw ESJExceptionModifier and TypeMethodDescriptionvoidPhelix.process(byte[] inBuf, int inbufOfs, byte[] outBuf, int outbufOfs, int msgLen) voidPhelix.processAAD(byte[] aad, int aadOfs, int aadLen) voidPhelix.setupKey(int mode, byte[] key, int keyOfs) voidPhelix.setupKeyEx(int mode, byte[] key, int keyOfs, int keySize) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.rc4
Methods in com.coderslagoon.crypto.estreamj.ciphers.rc4 that throw ESJExceptionModifier and TypeMethodDescriptionvoidRC4.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidRC4.reset()voidRC4.setupKey(int mode, byte[] key, int ofs) voidRC4.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.salsa20
Methods in com.coderslagoon.crypto.estreamj.ciphers.salsa20 that throw ESJExceptionModifier and TypeMethodDescriptionvoidSalsa20.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidSalsa20.reset()voidSalsa20.setupKey(int mode, byte[] key, int ofs) voidSalsa20.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.sosemanuk
Methods in com.coderslagoon.crypto.estreamj.ciphers.sosemanuk that throw ESJExceptionModifier and TypeMethodDescriptionvoidSosemanuk.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidSosemanuk.reset()voidSosemanuk.setupKey(int mode, byte[] key, int ofs) voidSosemanuk.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.spritz
Methods in com.coderslagoon.crypto.estreamj.ciphers.spritz that throw ESJExceptionModifier and TypeMethodDescriptionvoidSpritz.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidSpritz.reset()voidSpritz.setupKey(int mode, byte[] key, int ofs) voidSpritz.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.ciphers.trivium
Methods in com.coderslagoon.crypto.estreamj.ciphers.trivium that throw ESJExceptionModifier and TypeMethodDescriptionvoidTrivium.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) voidTrivium.reset()voidTrivium.setupKey(int mode, byte[] key, int ofs) voidTrivium.setupNonce(byte[] nonce, int ofs) -
Uses of ESJException in com.coderslagoon.crypto.estreamj.framework
Methods in com.coderslagoon.crypto.estreamj.framework that throw ESJExceptionModifier and TypeMethodDescriptionICipherMaker.create()Create a new cipher instance.static ICipherEngine.createCipher(String name) Creates a new cipher instance.voidICipherMAC.finalize(byte[] macBuf, int macOfs) Finalize and compute the MAC.voidICipher.process(byte[] inBuf, int inOfs, byte[] outBuf, int outOfs, int len) Processes data.voidICipherMAC.processAAD(byte[] buf, int ofs, int len) Processes AAD (additional authentication data).voidICipher.reset()Resets the instance, so it can be reused.voidICipher.setupKey(int mode, byte[] key, int ofs) Sets up a new key with the existing instance.voidICipher.setupNonce(byte[] nonce, int ofs) Sets up a new nonce with the existing cipher instance.