|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
void initVerify(Certificate ) |
Initializes this object for verification using the public key from the given certificate. |
Changed Methods | ||
void setParameter(String, |
Documentation changed from old to new. |
Use {@link #setParameter(java.security.spec.AlgorithmParameterSpec) setParameter}. |
int sign(byte[], |
Documentation changed from old to new. |
Finishes the signature operation and stores the resulting signature bytes in the provided buffer outbuf starting at offset . |
Changed Fields | ||
int SIGN |
Documentation changed from old to new. |
Possible #state value signifying that this signature object has been initialized for signing. |
int UNINITIALIZED |
Documentation changed from old to new. |
Possible #state value signifying that this signature object has not yet been initialized. |
int VERIFY |
Documentation changed from old to new. |
Possible #state value signifying that this signature object has been initialized for verification. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |