The members of Java.Security.SignedObject are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a new instance of SignedObject with the target object, the private key and the engine to compute the signature. |
[read-only] | Algorithm | string. Returns the name of the algorithm of this SignedObject. |
[read-only] | Object | Java.Lang.Object. Returns the encapsulated object. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetSignature()Returns the signature data of the encapsulated serialized object. | ||
Verify(IPublicKey, Signature)Indicates whether the contained signature for the encapsulated object is valid. |