org.metastatic.jessie.pki.provider

Class RSAKeyFactory


public class RSAKeyFactory
extends KeyFactorySpi

Method Summary

protected PrivateKey
engineGeneratePrivate(KeySpec spec)
protected PublicKey
engineGeneratePublic(KeySpec spec)
protected KeySpec
engineGetKeySpec(Key key, Class keySpec)
protected Key
engineTranslateKey(Key key)

Method Details

engineGeneratePrivate

protected PrivateKey engineGeneratePrivate(KeySpec spec)
            throws InvalidKeySpecException

engineGeneratePublic

protected PublicKey engineGeneratePublic(KeySpec spec)
            throws InvalidKeySpecException

engineGetKeySpec

protected KeySpec engineGetKeySpec(Key key,
                                   Class keySpec)
            throws InvalidKeySpecException

engineTranslateKey

protected Key engineTranslateKey(Key key)
            throws InvalidKeyException