Package | Description |
---|---|
java.security |
Modifier and Type | Method and Description |
---|---|
static Signature |
Signature.getInstance(String algorithm) |
static Signature |
Signature.getInstance(String algorithm,
Provider provider) |
static Signature |
Signature.getInstance(String algorithm,
String provider) |
Modifier and Type | Method and Description |
---|---|
boolean |
SignedObject.verify(PublicKey pkey,
Signature sign) |
Constructor and Description |
---|
SignedObject(Serializable object,
PrivateKey pkey,
Signature sign) |