Java.Security.KeyPairGeneratorSpi Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new instance of KeyPairGeneratorSpi.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

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

abstract
GenerateKeyPair() : KeyPair
Computes and returns a new unique KeyPair each time this method is called.
Initialize(Java.Security.Spec.IAlgorithmParameterSpec, SecureRandom)
Initializes this KeyPairGeneratorSpi with the given AlgorithmParameterSpec and the given SecureRandom.
abstract
Initialize(int, SecureRandom)
Initializes this KeyPairGeneratorSpi with the given key size and the given SecureRandom.