API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. KeyFactorySpi View Source
Author(s)
Jan Luehe
Since
1.2
Version
1.13, 11/17/05
Serial
Hierarchy
 Object
      KeyFactorySpi
Implements
Subclasses
Description
publicabstract abstract class KeyFactorySpi
  This class defines the Service Provider Interface (SPI) for the KeyFactory class.
Constructors
public KeyFactorySpi ()
Methods
Hide/Show inherited methods
protectedabstract PrivateKey engineGeneratePrivate (KeySpec keySpec) throws InvalidKeySpecException
  Generates a private key object from the provided key specification (key material).
protectedabstract PublicKey engineGeneratePublic (KeySpec keySpec) throws InvalidKeySpecException
  Generates a public key object from the provided key specification (key material).
protectedabstract T engineGetKeySpec (Key key, Class< T> keySpec) throws InvalidKeySpecException
  Returns a specification (key material) of the given key object.
protectedabstract Key engineTranslateKey (Key key) throws InvalidKeyException
  Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar