The members of Javax.Crypto.KeyGenerator 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. | ||
| Creates a new KeyGenerator instance. | 
| [read-only] | Algorithm | string. Returns the name of the key generation algorithm. | 
| [read-only] | Provider | Java.Security.Provider. Returns the provider of this KeyGenerator instance. | 
| [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. | 
| GenerateKey() Generates a secret key. | ||
| static  | GetInstance(string) Creates a new KeyGenerator instance that provides the specified key algorithm, | |
| static  | GetInstance(string, Java.Security.Provider) Creates a new KeyGenerator instance that provides the specified key algorithm from the specified provider. | |
| static  | GetInstance(string, string) Creates a new KeyGenerator instance that provides the specified key algorithm from the specified provider. | |
| Init(Java.Security.SecureRandom) Initializes this KeyGenerator with the specified randomness source. | ||
| Init(Java.Security.Spec.IAlgorithmParameterSpec) Initializes this KeyGenerator instance with the specified algorithm parameters. | ||
| Init(int) Initializes this KeyGenerator instance for the specified key size (in bits). | ||
| Init(Java.Security.Spec.IAlgorithmParameterSpec, Java.Security.SecureRandom) Initializes this KeyGenerator instance with the specified algorithm parameters and randomness source. | ||
| Init(int, Java.Security.SecureRandom) Initializes this KeyGenerator instance for the specified key size (in bits) using the specified randomness source. | ||