|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.MessageDigestSpi
com.ibm.crypto.pkcs11impl.provider.GeneralHashing
public final class GeneralHashing
The class is used to compute message digests from multiple algorithms over a given buffer of bytes. It uses the Hash class to access the hardware to do the actual computations.
Constructor Summary | |
---|---|
GeneralHashing(java.security.Provider provider,
java.lang.String algorithm)
Standard constructor, creates a new GeneralHashing instance, allocates its buffers from the heap. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones this object. |
void |
init(java.security.Provider provider)
Initialize the Hashing information |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneralHashing(java.security.Provider provider, java.lang.String algorithm)
Method Detail |
---|
public void init(java.security.Provider provider)
public java.lang.Object clone()
clone
in class java.security.MessageDigestSpi
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |