|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.security.KeyFactorySpi
|
+--de.flexiprovider.api.keys.KeyFactory
|
+--de.flexiprovider.core.dsa.interfaces.DSAKeyFactory
| Constructor Summary | |
DSAKeyFactory()
|
|
| Method Summary | |
protected java.security.PrivateKey |
engineGeneratePrivate(java.security.spec.KeySpec keySpec)
JCA adapter for FlexiAPI method generatePrivate(): generate a private key object from the provided key specification (key material). |
protected java.security.PublicKey |
engineGeneratePublic(java.security.spec.KeySpec keySpec)
JCA adapter for FlexiAPI method generatePublic(): generates a public key object from the provided key specification (key material). |
| Methods inherited from class de.flexiprovider.api.keys.KeyFactory |
engineGetKeySpec, engineTranslateKey, generatePrivate, generatePublic, getKeySpec, translateKey |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public DSAKeyFactory()
| Method Detail |
protected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
engineGeneratePublic in class KeyFactorykeySpec - the specification (key material) of the public keyjava.security.spec.InvalidKeySpecException - if the given key specification is inappropriate for this
key factory to produce a public key.
protected java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
engineGeneratePrivate in class KeyFactorykeySpec - the specification (key material) of the private keyjava.security.spec.InvalidKeySpecException - if the given key specification is inappropriate for this
key factory to produce a private key.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||