Class DilithiumPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyParameters
-
- org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class DilithiumPrivateKeyParameters extends DilithiumKeyParameters
-
-
Constructor Summary
Constructors Constructor Description DilithiumPrivateKeyParameters(DilithiumParameters params, byte[] rho, byte[] K, byte[] tr, byte[] s1, byte[] s2, byte[] t0, byte[] t1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncoded()
byte[]
getK()
byte[]
getPrivateKey()
byte[]
getRho()
byte[]
getS1()
byte[]
getS2()
byte[]
getT0()
byte[]
getT1()
byte[]
getTr()
-
Methods inherited from class org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
DilithiumPrivateKeyParameters
public DilithiumPrivateKeyParameters(DilithiumParameters params, byte[] rho, byte[] K, byte[] tr, byte[] s1, byte[] s2, byte[] t0, byte[] t1)
-
-