Java.Security.AlgorithmParameterGeneratorSpi Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new instance of AlgorithmParameterGeneratorSpi .

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.

Protected Methods

abstract
EngineGenerateParameters() : AlgorithmParameters
Computes and returns AlgorithmParameters for this generator's algorithm.
abstract
EngineInit(Java.Security.Spec.IAlgorithmParameterSpec, SecureRandom)
Initializes this AlgorithmParameterGeneratorSpi with the given AlgorithmParameterSpec and the given SecureRandom.
abstract
EngineInit(int, SecureRandom)
Initializes this AlgorithmParameterGeneratorSpi with the given size and the given SecureRandom.