java.security
Class KeyFactorySpi

java.lang.Object
  extended by java.security.KeyFactorySpi

public abstract class KeyFactorySpi
extends Object


Constructor Summary
KeyFactorySpi()
           
 
Method Summary
protected abstract  PrivateKey engineGeneratePrivate(KeySpec var0)
           
protected abstract  PublicKey engineGeneratePublic(KeySpec var0)
           
protected abstract  KeySpec engineGetKeySpec(Key var0, Class var1)
           
protected abstract  Key engineTranslateKey(Key var0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyFactorySpi

public KeyFactorySpi()
Method Detail

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.