Uses of Class
java.security.Signature
Packages that useSignature
Uses ofSignature injava.security
Methods injava.security that returnSignatureModifier and TypeMethodDescriptionstaticSignature
Signature.getInstance
(String algorithm) Returns aSignature
object that implements the specified signature algorithm.staticSignature
Signature.getInstance
(String algorithm,String provider) Returns aSignature
object that implements the specified signature algorithm.staticSignature
Signature.getInstance
(String algorithm,Provider provider) Returns aSignature
object that implements the specified signature algorithm.Methods injava.security with parameters of typeSignatureModifier and TypeMethodDescriptionboolean
Verifies that the signature in thisSignedObject
is the valid signature for the object stored inside, with the given verification key, using the designated verification engine.Constructors injava.security with parameters of typeSignatureModifierConstructorDescriptionSignedObject
(Serializable object,PrivateKey signingKey,Signature signingEngine) Constructs aSignedObject
from any Serializable object.