Java.Security.KeyFactorySpi Members

The members of Java.Security.KeyFactorySpi are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Protected Methods

abstract
EngineGeneratePrivate(Java.Security.Spec.IKeySpec) : IPrivateKey
Generates a instance of PrivateKey from the given key specification.
abstract
EngineGeneratePublic(Java.Security.Spec.IKeySpec) : IPublicKey
Generates a instance of PublicKey from the given key specification.
abstract
EngineGetKeySpec(IKey, Java.Lang.Class) : Java.Lang.Object
Documentation for this section has not yet been entered.
abstract
EngineTranslateKey(IKey) : IKey
Translates the given key into a key from this key factory.