Uses of Class
org.bouncycastle.crypto.Commitment
-
Packages that use Commitment Package Description org.bouncycastle.crypto org.bouncycastle.crypto.commitments -
-
Uses of Commitment in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return Commitment Modifier and Type Method Description Commitment
Committer. commit(byte[] message)
Generate a commitment for the passed in message.Methods in org.bouncycastle.crypto with parameters of type Commitment Modifier and Type Method Description boolean
Committer. isRevealed(Commitment commitment, byte[] message)
Return true if the passed in commitment represents a commitment to the passed in maessage. -
Uses of Commitment in org.bouncycastle.crypto.commitments
Methods in org.bouncycastle.crypto.commitments that return Commitment Modifier and Type Method 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.Methods in org.bouncycastle.crypto.commitments with parameters of type Commitment Modifier and Type Method 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.
-