java.security
Class KeyFactorySpi
java.lang.Object
java.security.KeyFactorySpi
public abstract class KeyFactorySpi
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyFactorySpi
public KeyFactorySpi()
engineGeneratePrivate
protected abstract PrivateKey engineGeneratePrivate(KeySpec var0)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
engineGeneratePublic
protected abstract PublicKey engineGeneratePublic(KeySpec var0)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
engineGetKeySpec
protected abstract KeySpec engineGetKeySpec(Key var0,
Class var1)
throws InvalidKeySpecException
- Throws:
InvalidKeySpecException
engineTranslateKey
protected abstract Key engineTranslateKey(Key var0)
throws InvalidKeyException
- Throws:
InvalidKeyException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.