|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.beasys.commerce.ebusiness.security.KeyPairGenerator
Generates a key pair using JSAFE
| Constructor Summary | |
KeyPairGenerator()
Constructor |
|
| Method Summary | |
weblogic.security.RSAKey[] |
generateKeys(java.lang.String password,
weblogic.security.MD5RandomBitsSource rbs,
int kGParams)
Generates RSAPublicKey and RSAPrivateKeyPKCS8 |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public KeyPairGenerator()
| Method Detail |
public weblogic.security.RSAKey[] generateKeys(java.lang.String password,
weblogic.security.MD5RandomBitsSource rbs,
int kGParams)
throws java.lang.Exception
password - Password to encrypt private key in file storagerbs - MD5RandomBitSource needed to generate a RSAPrivateKeyPKCS8kGParams - MD5RandomBitSource needed to generate a RSAPrivateKeyPKCS8
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||