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
-
Constructor Summary
ConstructorsConstructorDescriptionDilithiumPrivateKeyParameters
(DilithiumParameters params, byte[] rho, byte[] K, byte[] tr, byte[] s1, byte[] s2, byte[] t0, byte[] t1) -
Method Summary
Methods inherited from class org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
DilithiumPrivateKeyParameters
public DilithiumPrivateKeyParameters(DilithiumParameters params, byte[] rho, byte[] K, byte[] tr, byte[] s1, byte[] s2, byte[] t0, byte[] t1)
-
-
Method Details
-
getPrivateKey
public byte[] getPrivateKey() -
getRho
public byte[] getRho() -
getK
public byte[] getK() -
getTr
public byte[] getTr() -
getS1
public byte[] getS1() -
getS2
public byte[] getS2() -
getT0
public byte[] getT0() -
getT1
public byte[] getT1() -
getEncoded
public byte[] getEncoded()
-