|
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.sphincsplus.SPHINCSPlusKeyParameters | +--org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusPublicKeyParameters
Constructor Summary | |
SPHINCSPlusPublicKeyParameters(SPHINCSPlusParameters parameters,
byte[] pkValues)
|
Method Summary | |
byte[] |
getEncoded()
|
byte[] |
getRoot()
|
byte[] |
getSeed()
|
Methods inherited from class org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyParameters |
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 SPHINCSPlusPublicKeyParameters(SPHINCSPlusParameters parameters, byte[] pkValues)
Method Detail |
public byte[] getSeed()
public byte[] getRoot()
public byte[] getEncoded()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |