gnu.crypto.pki.provider

Class RSAKeyFactory

public class RSAKeyFactory extends KeyFactorySpi

Method Summary
protected PrivateKeyengineGeneratePrivate(KeySpec spec)
protected PublicKeyengineGeneratePublic(KeySpec spec)
protected KeySpecengineGetKeySpec(Key key, Class keySpec)
protected KeyengineTranslateKey(Key key)

Method Detail

engineGeneratePrivate

protected PrivateKey engineGeneratePrivate(KeySpec spec)

engineGeneratePublic

protected PublicKey engineGeneratePublic(KeySpec spec)

engineGetKeySpec

protected KeySpec engineGetKeySpec(Key key, Class keySpec)

engineTranslateKey

protected Key engineTranslateKey(Key key)
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.