The methods of Java.Security.KeyPairGenerator are listed below. For a list of all members, see the KeyPairGenerator Members list.
See Also: Inherited members from Java.Security.KeyPairGeneratorSpi
| override  | GenerateKeyPair() Computes and returns a new unique KeyPair each time this method is called. | |
| GenKeyPair() Computes and returns a new unique KeyPair each time this method is called. | ||
| static  | GetInstance(string) Returns a new instance of KeyPairGenerator that utilizes the specified algorithm. | |
| static  | GetInstance(string, Provider) Returns a new instance of KeyPairGenerator that utilizes the specified algorithm from the specified provider. | |
| static  | GetInstance(string, string) Returns a new instance of KeyPairGenerator that utilizes the specified algorithm from the specified provider. | |
| Initialize(Java.Security.Spec.IAlgorithmParameterSpec) Initializes this KeyPairGenerator with the given AlgorithmParameterSpec. | ||
| Initialize(int) Initializes this KeyPairGenerator with the given key size. | ||
| override  | Initialize(int, SecureRandom) Initializes this KeyPairGenerator with the given key size and the given SecureRandom. | |