|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cardon.cryptoapi.CAPIHash
public class CAPIHash
Constructor Summary | |
---|---|
CAPIHash(int hashHandle)
Creates a new instance of CAPIHash |
Method Summary | |
---|---|
void |
finalize()
|
void |
hashData(byte[] data)
Hash data (no flags) |
void |
hashData(byte[] data,
int dwFlags)
Hash data |
byte[] |
signHash()
Sign the Hash. |
byte[] |
signHash(int dwKeySpec,
int dwFlags)
Sign the hash, with the given key specifications and optional flags. |
static int |
StringToalgID(java.lang.String hashAlgorithm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CAPIHash(int hashHandle) throws CryptoAPIException
CryptoAPIException
Method Detail |
---|
public byte[] signHash() throws CryptoAPIException
CryptoAPIException
public byte[] signHash(int dwKeySpec, int dwFlags) throws CryptoAPIException
CryptoAPIException
public void hashData(byte[] data, int dwFlags) throws CryptoAPIException
CryptoAPIException
public void hashData(byte[] data) throws CryptoAPIException
CryptoAPIException
public void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public static int StringToalgID(java.lang.String hashAlgorithm) throws CryptoAPIException
CryptoAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |