The methods of Java.Security.KeyFactorySpi are listed below. For a list of all members, see the KeyFactorySpi Members list.
See Also: Inherited members from Java.Lang.Object
abstract | EngineGeneratePrivate(Java.Security.Spec.IKeySpec)Generates a instance of PrivateKey from the given key specification. | |
abstract | EngineGeneratePublic(Java.Security.Spec.IKeySpec)Generates a instance of PublicKey from the given key specification. | |
abstract | EngineGetKeySpec(IKey, Java.Lang.Class)Documentation for this section has not yet been entered. | |
abstract | EngineTranslateKey(IKey)Translates the given key into a key from this key factory. |