org.apache.geronimo.util.jce.provider
Class JDKKeyFactory
java.lang.Object
java.security.KeyFactorySpi
org.apache.geronimo.util.jce.provider.JDKKeyFactory
- Direct Known Subclasses:
- JDKKeyFactory.DH, JDKKeyFactory.DSA, JDKKeyFactory.EC, JDKKeyFactory.RSA
public abstract class JDKKeyFactory
- extends KeyFactorySpi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKKeyFactory
public JDKKeyFactory()
engineGetKeySpec
protected KeySpec engineGetKeySpec(Key key,
Class spec)
throws InvalidKeySpecException
- Specified by:
engineGetKeySpec
in class KeyFactorySpi
- Throws:
InvalidKeySpecException
engineTranslateKey
protected Key engineTranslateKey(Key key)
throws InvalidKeyException
- Specified by:
engineTranslateKey
in class KeyFactorySpi
- Throws:
InvalidKeyException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.