All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.security.KeyPairGenerator
|
+----cryptix.provider.rpk.RPKKeyPairGenerator
java.security.KeyPairGenerator to
generate pairs of RPK cryptographic keys for use in secure
communication. Each pair consists of a Public Key and a Private
Key, which in the RPK system are referred to as E and
D respectively.
References:
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.5 $
public RPKKeyPairGenerator() throws NoSuchProviderException, NoSuchAlgorithmException
public void initialize(int strength,
SecureRandom source)
granularity property for newly
generated keypairs. If the designated value is inadmissible,
a default one, defined in RPKParams, will be
used.
public KeyPair generateKeyPair()
All Packages Class Hierarchy This Package Previous Next Index