Uses of Enum Class
org.aoju.bus.crypto.symmetric.ZUC.ZUCAlgorithm
Packages that use ZUC.ZUCAlgorithm
-
Uses of ZUC.ZUCAlgorithm in org.aoju.bus.crypto.symmetric
Methods in org.aoju.bus.crypto.symmetric that return ZUC.ZUCAlgorithmModifier and TypeMethodDescriptionstatic ZUC.ZUCAlgorithmReturns the enum constant of this class with the specified name.static ZUC.ZUCAlgorithm[]ZUC.ZUCAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.crypto.symmetric with parameters of type ZUC.ZUCAlgorithmModifier and TypeMethodDescriptionstatic byte[]ZUC.generateKey(ZUC.ZUCAlgorithm algorithm) 生成ZUC算法密钥Constructors in org.aoju.bus.crypto.symmetric with parameters of type ZUC.ZUCAlgorithm