The methods of Javax.Crypto.KeyGenerator are listed below. For a list of all members, see the KeyGenerator Members list.
See Also: Inherited members from Java.Lang.Object
| 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. | ||