|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
Signature getInstance(String, |
Generates a Signature object implementing the specified algorithm as supplied from the specified provider if such an algorithm is available from the provider. |
Added Methods | |
Signature getInstance(String, |
Generates a Signature object implementing the specified algorithm as supplied from the specified provider if such an algorithm is available from the provider. |
Signature getInstance(String, |
Generates a Signature object implementing the specified algorithm as supplied from the specified provider if such an algorithm is available from the provider. |
AlgorithmParameters getParameters() |
Returns the parameters used with this signature object. |
boolean verify(byte[], |
Verifies the passed-in signature in the specified array of bytes starting at the specified offset. |
Changed Methods | ||
Object getParameter(String ) |
Documentation changed from old to new. |
Gets the value of the specified algorithm parameter. |
void setParameter(AlgorithmParameterSpec ) |
Documentation changed from old to new. |
Initializes this signature engine with the specified parameter set. |
void setParameter(String, |
Documentation changed from old to new. |
Use {@link #setParameter(java.security.spec.AlgorithmParameterSpec) setParameter}. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |