Package org.bouncycastle.crypto.signers
Class RSABlindSignatureClient.Blinded
- java.lang.Object
-
- org.bouncycastle.crypto.signers.RSABlindSignatureClient.Blinded
-
- Enclosing class:
- RSABlindSignatureClient
public static final class RSABlindSignatureClient.Blinded extends java.lang.ObjectOutput ofRSABlindSignatureClient.blind(byte[]).getBlindedMessage()is sent to the server;getPreparedMessage()is the message the resulting signature is over. The instance is passed back toRSABlindSignatureClient.finalize(Blinded, byte[]), which uses the carried prepared message and the secret unblinding value (the latter is not exposed).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBlindedMessage()byte[]getPreparedMessage()
-