Java.Security.SignedObject Members

The members of Java.Security.SignedObject are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new instance of SignedObject with the target object, the private key and the engine to compute the signature.

Public Properties

[read-only]
Algorithmstring. Returns the name of the algorithm of this SignedObject.
[read-only]
ObjectJava.Lang.Object. Returns the encapsulated object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetSignature() : byte[]
Returns the signature data of the encapsulated serialized object.
Verify(IPublicKey, Signature) : bool
Indicates whether the contained signature for the encapsulated object is valid.