|
|||||||||
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.DSAKeyFactory
public class DSAKeyFactory
Constructor Summary | |
---|---|
DSAKeyFactory()
|
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 DSAKeyFactory()
Method Detail |
---|
protected PublicKey engineGeneratePublic(KeySpec keySpec) throws InvalidKeySpecException
engineGeneratePublic
in class KeyFactorySpi
InvalidKeySpecException
protected PrivateKey engineGeneratePrivate(KeySpec keySpec) throws InvalidKeySpecException
engineGeneratePrivate
in class KeyFactorySpi
InvalidKeySpecException
protected KeySpec engineGetKeySpec(Key key, java.lang.Class keySpec) throws InvalidKeySpecException
engineGetKeySpec
in class KeyFactorySpi
InvalidKeySpecException
protected Key engineTranslateKey(Key key) throws InvalidKeyException
engineTranslateKey
in class KeyFactorySpi
InvalidKeyException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |