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 |
GeneralHashCommitter.commit(byte[] message)
Generate a commitment for the passed in message.
|
Commitment |
HashCommitter.commit(byte[] message)
Generate a commitment for the passed in message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GeneralHashCommitter.isRevealed(Commitment commitment,
byte[] message)
Return true if the passed in commitment represents a commitment to the passed in message.
|
boolean |
HashCommitter.isRevealed(Commitment commitment,
byte[] message)
Return true if the passed in commitment represents a commitment to the passed in message.
|
Copyright © 2020 BouncyCastle.org. All rights reserved.