The members of Java.Security.KeyPairGeneratorSpi are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a new instance of KeyPairGeneratorSpi. |
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. |
abstract | GenerateKeyPair()Computes and returns a new unique KeyPair each time this method is called. | |
Initialize(Java.Security.Spec.IAlgorithmParameterSpec, SecureRandom)Initializes this KeyPairGeneratorSpi with the given AlgorithmParameterSpec and the given SecureRandom. | ||
abstract | Initialize(int, SecureRandom)Initializes this KeyPairGeneratorSpi with the given key size and the given SecureRandom. |