Java java.security SignedObject fields, constructors, methods, implement or subclass

Example usage for Java java.security SignedObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security SignedObject.

The text is from its open source code.

Constructor

SignedObject(Serializable object, PrivateKey signingKey, Signature signingEngine)
Constructs a SignedObject from any Serializable object.

Method

ObjectgetObject()
Retrieves the encapsulated object.
booleanverify(PublicKey verificationKey, Signature verificationEngine)
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.