|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beasys.commerce.ebusiness.security.KeyFactory
Factory for both a private and public key. This class is
a singleton class. The KeyFactory class is bound
in JNDI to prevent the cached singleton from being garbage
collected.
| Field Summary | |
protected static KeyFactory |
singletonInstance
|
| Method Summary | |
static KeyFactory |
getInstance()
Retrieves the singleton instance of a KeyFactory. |
RSAPrivateKeyPKCS8 |
getPrivateKey()
Returns the private key associated with the KeyFactory. |
RSAPublicKey |
getPublicKey()
Returns the public key associated with the KeyFactory. |
void |
init(String password)
Initializes the KeyFactory with a private password used for
private key decryption. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static KeyFactory singletonInstance
| Method Detail |
public static KeyFactory getInstance()
KeyFactory.
public RSAPrivateKeyPKCS8 getPrivateKey()
throws InconsistentStateException
KeyFactory.
KeyFactory.
InconsistentStateException - if the KeyFactory has not been initialized.public RSAPublicKey getPublicKey()
KeyFactory.
KeyFactory.public void init(String password)
KeyFactory with a private password used for
private key decryption.
password - The private password.
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||