|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.engines.Zuc128CoreEngine
org.bouncycastle.crypto.engines.Zuc256CoreEngine
org.bouncycastle.crypto.engines.Zuc256Engine
Zuc256 implementation. Based on https://www.is.cas.cn/ztzl2016/zouchongzhi/201801/W020180126529970733243.pdf
Constructor Summary | |
Zuc256Engine()
Constructor for streamCipher. |
|
Zuc256Engine(int pLength)
Constructor for Mac. |
Method Summary | |
Memoable |
copy()
Create a copy of the engine. |
Methods inherited from class org.bouncycastle.crypto.engines.Zuc256CoreEngine |
getAlgorithmName, getMaxIterations, reset, setKeyAndIV |
Methods inherited from class org.bouncycastle.crypto.engines.Zuc128CoreEngine |
encode32be, init, makeKeyStreamWord, processBytes, reset, returnByte |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Zuc256Engine()
public Zuc256Engine(int pLength)
pLength
- the Mac lengthMethod Detail |
public Memoable copy()
copy
in interface Memoable
copy
in class Zuc256CoreEngine
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |