| Constructor and Description |
|---|
BaseDigest(String algorithm,
int bsize)
Create a new digest using the given algorithm and block size.
|
public BaseDigest(String algorithm, int bsize)
MessageDigest
object will be done in the init() method.algorithm - the JCE algorithm to use for this digestbsize - the block size of this digestpublic int getBlockSize()
getBlockSize in interface Digestpublic void update(byte[] foo,
int start,
int len)
throws Exception
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.