org.apache.geronimo.util.jce.provider
Class JDKKeyFactory

java.lang.Object
  extended byjava.security.KeyFactorySpi
      extended byorg.apache.geronimo.util.jce.provider.JDKKeyFactory
Direct Known Subclasses:
JDKKeyFactory.DH, JDKKeyFactory.DSA, JDKKeyFactory.EC, JDKKeyFactory.RSA

public abstract class JDKKeyFactory
extends KeyFactorySpi


Nested Class Summary
static class JDKKeyFactory.DH
           
static class JDKKeyFactory.DSA
           
static class JDKKeyFactory.EC
           
static class JDKKeyFactory.RSA
           
 
Constructor Summary
JDKKeyFactory()
           
 
Method Summary
protected  KeySpec engineGetKeySpec(Key key, Class spec)
           
protected  Key engineTranslateKey(Key key)
           
 
Methods inherited from class java.security.KeyFactorySpi
engineGeneratePrivate, engineGeneratePublic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKKeyFactory

public JDKKeyFactory()
Method Detail

engineGetKeySpec

protected KeySpec engineGetKeySpec(Key key,
                                   Class spec)
                            throws InvalidKeySpecException
Throws:
InvalidKeySpecException

engineTranslateKey

protected Key engineTranslateKey(Key key)
                          throws InvalidKeyException
Throws:
InvalidKeyException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.