Class RSABlindSignatureClient.Blinded

java.lang.Object
org.bouncycastle.crypto.signers.RSABlindSignatureClient.Blinded
Enclosing class:
RSABlindSignatureClient

public static final class RSABlindSignatureClient.Blinded extends Object
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 Details

    • getBlindedMessage

      public byte[] getBlindedMessage()
    • getPreparedMessage

      public byte[] getPreparedMessage()