| GNU Classpath (0.19) | ||
| Frames | No Frames | ||
Constructors with parameter type java.security.Signature | |
Constructs a SignedObject from any Serializable
object. | |
Methods with parameter type java.security.Signature | |
| boolean | Verifies that the signature in this SignedObject is the valid
signature for the object stored inside, with the given verification key,
using the designated verification engine.
|
Methods with return type java.security.Signature | |
| Signature | Generates a Signature object that implements the specified
digest algorithm. |
| Signature | Generates a Signature object implementing the specified
algorithm, as supplied from the specified provider, if such an algorithm
is available from the provider.
|
| Signature | Generates a Signature object implementing the specified
algorithm, as supplied from the specified provider, if such an algorithm
is available from the provider. |
| GNU Classpath (0.19) |