|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mindbright.jca.security.KeyFactorySpi
com.mindbright.security.publickey.RSAKeyFactory
| Constructor Summary | |
RSAKeyFactory()
|
|
| Method Summary | |
protected PrivateKey |
engineGeneratePrivate(KeySpec keySpec)
|
protected PublicKey |
engineGeneratePublic(KeySpec keySpec)
|
protected KeySpec |
engineGetKeySpec(Key key,
java.lang.Class keySpec)
|
protected Key |
engineTranslateKey(Key key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RSAKeyFactory()
| Method Detail |
protected PublicKey engineGeneratePublic(KeySpec keySpec)
throws InvalidKeySpecException
engineGeneratePublic in class KeyFactorySpiInvalidKeySpecException
protected PrivateKey engineGeneratePrivate(KeySpec keySpec)
throws InvalidKeySpecException
engineGeneratePrivate in class KeyFactorySpiInvalidKeySpecException
protected KeySpec engineGetKeySpec(Key key,
java.lang.Class keySpec)
throws InvalidKeySpecException
engineGetKeySpec in class KeyFactorySpiInvalidKeySpecException
protected Key engineTranslateKey(Key key)
throws InvalidKeyException
engineTranslateKey in class KeyFactorySpiInvalidKeyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||