|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.signers.RSABlindSignatureClient.Blinded
Output of RSABlindSignatureClient.blind(byte[]).
getBlindedMessage() is sent to the server;
getPreparedMessage() is the message the resulting signature is
over. The instance is passed back to
RSABlindSignatureClient#finalize(Blinded, byte[]), which uses the
carried prepared message and the secret unblinding value (the latter is
not exposed).
| Method Summary | |
byte[] |
getBlindedMessage()
|
byte[] |
getPreparedMessage()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public byte[] getBlindedMessage()
public byte[] getPreparedMessage()
|
Bouncy Castle Cryptography Library 1.85 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||