| Package | Description |
|---|---|
| org.bouncycastle.crypto | |
| org.bouncycastle.crypto.commitments |
| Modifier and Type | Method and Description |
|---|---|
Commitment |
Committer.commit(byte[] message)
Generate a commitment for the passed in message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Committer.isRevealed(Commitment commitment,
byte[] message)
Return true if the passed in commitment represents a commitment to the passed in maessage.
|
| Modifier and Type | Method and Description |
|---|---|
Commitment |
HashCommitter.commit(byte[] message)
Generate a commitment for the passed in message.
|
Commitment |
GeneralHashCommitter.commit(byte[] message)
Generate a commitment for the passed in message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HashCommitter.isRevealed(Commitment commitment,
byte[] message)
Return true if the passed in commitment represents a commitment to the passed in message.
|
boolean |
GeneralHashCommitter.isRevealed(Commitment commitment,
byte[] message)
Return true if the passed in commitment represents a commitment to the passed in message.
|
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.