Java.Security.Signer Members

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

See Also: Inherited members from Java.Security.Identity

Public Constructors

Constructs a new instance of Signer with the given name.
Constructs a new instance of Signer with the given name in the given scope.

Protected Constructors

Constructs a new instance of Signer.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
PrivateKeyIPrivateKey. Returns the private key of this Signer.

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

SetKeyPair(KeyPair)
Associates the specified key pair with this Signer.