The methods of Java.Security.KeyPairGeneratorSpi are listed below. For a list of all members, see the KeyPairGeneratorSpi Members list.
See Also: Inherited members from Java.Lang.Object
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. |