com.beasys.commerce.ebusiness.security
Class KeyPairGenerator

java.lang.Object
  extended by com.beasys.commerce.ebusiness.security.KeyPairGenerator

Deprecated See BEA Commerce product offering

public class KeyPairGenerator
extends Object

Generates a key pair using JSAFE


Constructor Summary
KeyPairGenerator()
          Deprecated See BEA Commerce product offering
 
Method Summary
 com.rsa.jsafe.JSAFE_Key[] generateKeys(int kGParams)
          Deprecated See BEA Commerce product offering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPairGenerator

public KeyPairGenerator()
Deprecated See BEA Commerce product offering

Constructor

Method Detail

generateKeys

public com.rsa.jsafe.JSAFE_Key[] generateKeys(int kGParams)
                                       throws Exception
Deprecated See BEA Commerce product offering

Generates RSA public and private key pair

Parameters
kGParams - key strength needed to generate a RSA key pair
Returns
JSAFE_Key array that holds RSA public and private key pair
Throws
Exception


Copyright © 2008 BEA Systems, Inc. All Rights Reserved