|
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.legacy.crypto.qtesla.QTESLAPrivateKeyParameters
qTESLA private key
Constructor Summary | |
QTESLAPrivateKeyParameters(int securityCategory,
byte[] privateKey)
Base constructor. |
Method Summary | |
byte[] |
getSecret()
Return the key's secret value. |
int |
getSecurityCategory()
Return the security category for this key. |
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 QTESLAPrivateKeyParameters(int securityCategory, byte[] privateKey)
securityCategory
- the security category for the passed in public key data.privateKey
- the private key data.Method Detail |
public int getSecurityCategory()
public byte[] getSecret()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |