|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.params.AsymmetricKeyParameter | +--org.bouncycastle.pqc.crypto.mldsa.MLDSAKeyParameters | +--org.bouncycastle.pqc.crypto.mldsa.MLDSAPublicKeyParameters
Constructor Summary | |
MLDSAPublicKeyParameters(MLDSAParameters params,
byte[] encoding)
|
|
MLDSAPublicKeyParameters(MLDSAParameters params,
byte[] rho,
byte[] t1)
|
Method Summary | |
byte[] |
getEncoded()
|
byte[] |
getRho()
|
byte[] |
getT1()
|
Methods inherited from class org.bouncycastle.pqc.crypto.mldsa.MLDSAKeyParameters |
getParameters |
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter |
isPrivate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MLDSAPublicKeyParameters(MLDSAParameters params, byte[] encoding)
public MLDSAPublicKeyParameters(MLDSAParameters params, byte[] rho, byte[] t1)
Method Detail |
public byte[] getEncoded()
public byte[] getRho()
public byte[] getT1()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |