Methods Summary |
---|
public abstract java.security.KeyPair | generateKeyPair()Computes and returns a new unique {@code KeyPair} each time this method
is called.
|
public abstract void | initialize(int keysize, java.security.SecureRandom random)Initializes this {@code KeyPairGeneratorSpi} with the given key size and
the given {@code SecureRandom}. The default parameter set will be used.
|
public void | initialize(java.security.spec.AlgorithmParameterSpec params, java.security.SecureRandom random)Initializes this {@code KeyPairGeneratorSpi} with the given {@code
AlgorithmParameterSpec} and the given {@code SecureRandom}.
throw new UnsupportedOperationException(Messages.getString("security.2E")); //$NON-NLS-1$
|