Generated by
JDiff

Class java.security.Signature

Added Methods
Signature getInstance(String, Provider) 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[], int, int) Verifies the passed-in signature in the specified array of bytes starting at the specified offset.