| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| Modifier and Type | Method and Description |
|---|---|
static Signature |
Signature.getInstance(String
Returns a Signature object that implements the specified signature algorithm.
|
static Signature |
Signature.getInstance(String
Returns a Signature object that implements the specified signature algorithm.
|
static Signature |
Signature.getInstance(String
Returns a Signature object that implements the specified signature algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SignedObject.verify(PublicKey
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.
|
| Constructor and Description | |
|---|---|
SignedObject(Serializable
Constructs a SignedObject from any Serializable object.
|