Java org.bouncycastle.crypto.digests GeneralDigest fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.digests GeneralDigest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.digests GeneralDigest.

The text is from its open source code.

Method

intdoFinal(byte[] out, int outOff)
close the digest, producing the final digest value.
intgetByteLength()
intgetDigestSize()
return the size, in bytes, of the digest produced by this message digest.
voidreset()
voidupdate(byte[] in, int inOff, int len)