Java.Security.KeyPairGenerator Members

The members of Java.Security.KeyPairGenerator are listed below.

See Also: Inherited members from Java.Security.KeyPairGeneratorSpi

Protected Constructors

Constructs a new instance of KeyPairGenerator with the name of the algorithm to use.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Algorithmstring. Returns the name of the algorithm of this KeyPairGenerator.
[read-only]
ProviderProvider. Returns the provider associated with this KeyPairGenerator.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.