Package | Description |
---|---|
org.bouncycastle.pqc.asn1 | |
org.bouncycastle.pqc.crypto.rainbow | |
org.bouncycastle.pqc.jcajce.provider.rainbow | |
org.bouncycastle.pqc.jcajce.spec |
Modifier and Type | Method and Description |
---|---|
Layer[] |
RainbowPrivateKey.getLayers()
Returns the layers contained in the private key
|
Constructor and Description |
---|
RainbowPrivateKey(short[][] invA1,
short[] b1,
short[][] invA2,
short[] b2,
int[] vi,
Layer[] layers) |
Modifier and Type | Method and Description |
---|---|
Layer[] |
RainbowPrivateKeyParameters.getLayers()
Returns the layers contained in the private key
|
Constructor and Description |
---|
RainbowPrivateKeyParameters(short[][] A1inv,
short[] b1,
short[][] A2inv,
short[] b2,
int[] vi,
Layer[] layers)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Layer[] |
BCRainbowPrivateKey.getLayers()
Returns the layers contained in the private key
|
Constructor and Description |
---|
BCRainbowPrivateKey(short[][] A1inv,
short[] b1,
short[][] A2inv,
short[] b2,
int[] vi,
Layer[] layers)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Layer[] |
RainbowPrivateKeySpec.getLayers()
Returns the layers contained in the private key
|
Constructor and Description |
---|
RainbowPrivateKeySpec(short[][] A1inv,
short[] b1,
short[][] A2inv,
short[] b2,
int[] vi,
Layer[] layers)
Constructor
|
Copyright © 2016 BouncyCastle.org. All rights reserved.