|
Bouncy Castle Cryptography Library 1.71 | ||||||||
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.SPHINCSPlusPrivateKeyParameters
Constructor Summary | |
SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters,
byte[] skpkEncoded)
|
Method Summary | |
byte[] |
getEncoded()
|
byte[] |
getEncodedPublicKey()
|
byte[] |
getPrf()
|
byte[] |
getPublicKey()
|
byte[] |
getPublicSeed()
|
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 SPHINCSPlusPrivateKeyParameters(SPHINCSPlusParameters parameters, byte[] skpkEncoded)
Method Detail |
public byte[] getSeed()
public byte[] getPrf()
public byte[] getPublicSeed()
public byte[] getPublicKey()
public byte[] getEncoded()
public byte[] getEncodedPublicKey()
|
Bouncy Castle Cryptography Library 1.71 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |