Uses of Class
org.bouncycastle.crypto.Commitment
Packages that use Commitment
-
Uses of Commitment in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that return CommitmentModifier and TypeMethodDescriptionCommitter.commit(byte[] message) Generate a commitment for the passed in message.Methods in org.bouncycastle.crypto with parameters of type CommitmentModifier and TypeMethodDescriptionbooleanCommitter.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 CommitmentModifier and TypeMethodDescriptionGeneralHashCommitter.commit(byte[] message) Generate a commitment for the passed in message.HashCommitter.commit(byte[] message) Generate a commitment for the passed in message.Methods in org.bouncycastle.crypto.commitments with parameters of type CommitmentModifier and TypeMethodDescriptionbooleanGeneralHashCommitter.isRevealed(Commitment commitment, byte[] message) Return true if the passed in commitment represents a commitment to the passed in message.booleanHashCommitter.isRevealed(Commitment commitment, byte[] message) Return true if the passed in commitment represents a commitment to the passed in message.