Java.Security.KeyPairGenerator: Method Members

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

Public Methods

override
GenerateKeyPair() : KeyPair
Computes and returns a new unique KeyPair each time this method is called.
GenKeyPair() : KeyPair
Computes and returns a new unique KeyPair each time this method is called.
static
GetInstance(string) : KeyPairGenerator
Returns a new instance of KeyPairGenerator that utilizes the specified algorithm.
static
GetInstance(string, Provider) : KeyPairGenerator
Returns a new instance of KeyPairGenerator that utilizes the specified algorithm from the specified provider.
static
GetInstance(string, string) : KeyPairGenerator
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.