The members of Java.Security.KeyPairGenerator are listed below.
See Also: Inherited members from Java.Security.KeyPairGeneratorSpi
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. |
[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. |
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. |