The members of Java.Security.AlgorithmParameterGenerator are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
Constructs a new instance of AlgorithmParameterGenerator with the given arguments. |
[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. |
GenerateParameters()Computes and returns AlgorithmParameters for this generator's algorithm. | ||
static | GetInstance(string)Returns a new instance of AlgorithmParameterGenerator for the specified algorithm. | |
static | GetInstance(string, Provider)Returns a new instance of AlgorithmParameterGenerator from the specified provider for the specified algorithm. | |
static | GetInstance(string, string)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. |