public class DilithiumPrivateKeyParameters extends DilithiumKeyParameters
Constructor and Description |
---|
DilithiumPrivateKeyParameters(DilithiumParameters params,
byte[] rho,
byte[] K,
byte[] tr,
byte[] s1,
byte[] s2,
byte[] t0,
byte[] t1) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncoded() |
byte[] |
getK() |
byte[] |
getPrivateKey()
Deprecated.
Use
getEncoded() instead. |
byte[] |
getPublicKey() |
DilithiumPublicKeyParameters |
getPublicKeyParameters() |
byte[] |
getRho() |
byte[] |
getS1() |
byte[] |
getS2() |
byte[] |
getT0() |
byte[] |
getT1() |
byte[] |
getTr() |
getParameters
isPrivate
public DilithiumPrivateKeyParameters(DilithiumParameters params, byte[] rho, byte[] K, byte[] tr, byte[] s1, byte[] s2, byte[] t0, byte[] t1)
public byte[] getEncoded()
public byte[] getK()
public byte[] getPrivateKey()
getEncoded()
instead.public byte[] getPublicKey()
public DilithiumPublicKeyParameters getPublicKeyParameters()
public byte[] getRho()
public byte[] getS1()
public byte[] getS2()
public byte[] getT0()
public byte[] getT1()
public byte[] getTr()