Cryptix V3.1

java.security
Class KeyPairGeneratorSpi

java.lang.Object
  |
  +--java.security.KeyPairGeneratorSpi
Direct Known Subclasses:
KeyPairGenerator

public abstract synchronized class KeyPairGeneratorSpi
extends Object


Constructor Summary
KeyPairGeneratorSpi()
           
 
Method Summary
abstract  KeyPair generateKeyPair()
           
 void initialize(java.security.spec.AlgorithmParameterSpec, SecureRandom)
           
abstract  void initialize(int, SecureRandom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPairGeneratorSpi

public KeyPairGeneratorSpi()
Method Detail

generateKeyPair

public abstract KeyPair generateKeyPair()

initialize

public abstract void initialize(int,
                                SecureRandom)

initialize

public void initialize(java.security.spec.AlgorithmParameterSpec,
                       SecureRandom)
                throws InvalidAlgorithmParameterException

Cryptix V3.1

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.