Java.Security.AlgorithmParameterGenerator Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

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

Public Properties

[read-only]
Algorithmstring. Returns the name of the algorithm.
[read-only]
ProviderProvider. Returns the provider associated with this AlgorithmParameterGenerator.

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

GenerateParameters() : AlgorithmParameters
Computes and returns AlgorithmParameters for this generator's algorithm.
static
GetInstance(string) : AlgorithmParameterGenerator
Returns a new instance of AlgorithmParameterGenerator for the specified algorithm.
static
GetInstance(string, Provider) : AlgorithmParameterGenerator
Returns a new instance of AlgorithmParameterGenerator from the specified provider for the specified algorithm.
static
GetInstance(string, string) : AlgorithmParameterGenerator
Returns a new instance of AlgorithmParameterGenerator from the specified provider for the specified algorithm.
Init(Java.Security.Spec.IAlgorithmParameterSpec)
Initializes this AlgorithmParameterGenerator with the given AlgorithmParameterSpec.
Init(int)
Initializes this AlgorithmParameterGenerator with the given size.
Init(Java.Security.Spec.IAlgorithmParameterSpec, SecureRandom)
Initializes this AlgorithmParameterGenerator with the given AlgorithmParameterSpec and the given SecureRandom.
Init(int, SecureRandom)
Initializes this AlgorithmParameterGenerator with the given size and the given SecureRandom.