CryptoServerSignature.
More...
Inherits SignatureSpi.
|
|
void | engineInitSign (PrivateKey key) throws InvalidKeyException |
| |
|
void | engineInitVerify (PublicKey key) throws InvalidKeyException |
| |
|
void | engineUpdate (byte[] b, int ofs, int len) |
| |
|
void | engineUpdate (byte b) |
| |
|
byte[] | signSetFipsProp (SignFlags flags, byte[] data, UcapiVectorU8 iv) throws IOException, CryptoServerJCEException |
| |
|
byte[] | engineSign () throws SignatureException |
| |
|
int | engineSign (byte[] b, int ofs, int len) throws SignatureException |
| |
|
boolean | verifySetFipsProp (VerifyFlags flags, byte[] data, byte[] signature) throws IOException, CryptoServerJCEException |
| |
|
boolean | engineVerify (byte[] sig) throws SignatureException |
| |
|
boolean | engineVerify (byte[] b, int ofs, int len) throws SignatureException |
| |
|
void | engineSetParameter (AlgorithmParameterSpec param) throws InvalidAlgorithmParameterException |
| |
|
Object | engineGetParameter (String dumy) |
| |
|
AlgorithmParameters | engineGetParameters () |
| |
|
void | engineSetParameter (String dumy, Object o) |
| |