Uses of Class
org.bouncycastle.pqc.crypto.rainbow.Layer
-
Packages that use Layer Package Description org.bouncycastle.pqc.asn1 org.bouncycastle.pqc.crypto.rainbow org.bouncycastle.pqc.jcajce.provider.rainbow org.bouncycastle.pqc.jcajce.spec -
-
Uses of Layer in org.bouncycastle.pqc.asn1
Methods in org.bouncycastle.pqc.asn1 that return Layer Modifier and Type Method Description Layer[]
RainbowPrivateKey. getLayers()
Returns the layers contained in the private keyConstructors in org.bouncycastle.pqc.asn1 with parameters of type Layer Constructor Description RainbowPrivateKey(short[][] invA1, short[] b1, short[][] invA2, short[] b2, int[] vi, Layer[] layers)
-
Uses of Layer in org.bouncycastle.pqc.crypto.rainbow
Methods in org.bouncycastle.pqc.crypto.rainbow that return Layer Modifier and Type Method Description Layer[]
RainbowPrivateKeyParameters. getLayers()
Returns the layers contained in the private keyConstructors in org.bouncycastle.pqc.crypto.rainbow with parameters of type Layer Constructor Description RainbowPrivateKeyParameters(short[][] A1inv, short[] b1, short[][] A2inv, short[] b2, int[] vi, Layer[] layers)
Constructor -
Uses of Layer in org.bouncycastle.pqc.jcajce.provider.rainbow
Methods in org.bouncycastle.pqc.jcajce.provider.rainbow that return Layer Modifier and Type Method Description Layer[]
BCRainbowPrivateKey. getLayers()
Returns the layers contained in the private keyConstructors in org.bouncycastle.pqc.jcajce.provider.rainbow with parameters of type Layer Constructor Description BCRainbowPrivateKey(short[][] A1inv, short[] b1, short[][] A2inv, short[] b2, int[] vi, Layer[] layers)
Constructor. -
Uses of Layer in org.bouncycastle.pqc.jcajce.spec
Methods in org.bouncycastle.pqc.jcajce.spec that return Layer Modifier and Type Method Description Layer[]
RainbowPrivateKeySpec. getLayers()
Returns the layers contained in the private keyConstructors in org.bouncycastle.pqc.jcajce.spec with parameters of type Layer Constructor Description RainbowPrivateKeySpec(short[][] A1inv, short[] b1, short[][] A2inv, short[] b2, int[] vi, Layer[] layers)
Constructor
-