Uses of Class java.security.Signature

Uses in package java.security

Constructors with parameter type java.security.Signature

SignedObject.SignedObject(Serializable object, PrivateKey signingKey, Signature signingEngine)
Constructs a new instance of SignedObject from a Serializable object.

Methods with parameter type java.security.Signature

boolean
SignedObject.verify(PublicKey verificationKey, Signature verificationEngine)
Verifies the encapsulated digital signature by checking that it was generated by the owner of a designated public key.

Methods with return type java.security.Signature

Signature
Returns an instance of Signature representing the specified signature.
Signature
Signature.getInstance(String algorithm, String provider)
Returns an instance of Signature representing the specified signature from the named provider.
Signature
Signature.getInstance(String algorithm, Provider provider)
Returns an instance of Signature representing the specified signature from the specified Provider.