Uses of Class
org.bouncycastle.pqc.legacy.crypto.rainbow.Layer
Packages that use Layer
-
Uses of Layer in org.bouncycastle.pqc.asn1
Methods in org.bouncycastle.pqc.asn1 that return LayerModifier and TypeMethodDescriptionLayer[]RainbowPrivateKey.getLayers()Returns the layers contained in the private keyConstructors in org.bouncycastle.pqc.asn1 with parameters of type LayerModifierConstructorDescriptionRainbowPrivateKey(short[][] invA1, short[] b1, short[][] invA2, short[] b2, int[] vi, Layer[] layers) -
Uses of Layer in org.bouncycastle.pqc.legacy.crypto.rainbow
Methods in org.bouncycastle.pqc.legacy.crypto.rainbow that return LayerModifier and TypeMethodDescriptionLayer[]RainbowPrivateKeyParameters.getLayers()Returns the layers contained in the private keyConstructors in org.bouncycastle.pqc.legacy.crypto.rainbow with parameters of type LayerModifierConstructorDescriptionRainbowPrivateKeyParameters(short[][] A1inv, short[] b1, short[][] A2inv, short[] b2, int[] vi, Layer[] layers) Constructor