Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
D G O R U

D

Digest - interface org.bouncycastle.crypto.Digest.
interface that a message digest conforms to.
doFinal(byte[], int) - Method in interface org.bouncycastle.crypto.Digest
close the digest, producing the final digest value.

G

getAlgorithmName() - Method in interface org.bouncycastle.crypto.Digest
return the algorithm name
getDigestSize() - Method in interface org.bouncycastle.crypto.Digest
return the size, in bytes, of the digest produced by this message digest.

O

org.bouncycastle.crypto - package org.bouncycastle.crypto
 

R

reset() - Method in interface org.bouncycastle.crypto.Digest
reset the digest back to it's initial state.

U

update(byte) - Method in interface org.bouncycastle.crypto.Digest
update the message digest with a single byte.
update(byte[], int, int) - Method in interface org.bouncycastle.crypto.Digest
update the message digest with a block of bytes.

D G O R U