Java.Security.KeyFactory Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Constructs a new instance of KeyFactory with the specified arguments.

Public Properties

[read-only]
Algorithmstring. Returns the name of the algorithm associated with this KeyFactory.
[read-only]
ProviderProvider. Returns the provider associated with this KeyFactory.

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.

Public Methods

GeneratePrivate(Java.Security.Spec.IKeySpec) : IPrivateKey
Generates a instance of PrivateKey from the given key specification.
GeneratePublic(Java.Security.Spec.IKeySpec) : IPublicKey
Generates a instance of PublicKey from the given key specification.
static
GetInstance(string) : KeyFactory
Returns a new instance of KeyFactory that utilizes the specified algorithm.
static
GetInstance(string, Provider) : KeyFactory
Returns a new instance of KeyFactory that utilizes the specified algorithm from the specified provider.
static
GetInstance(string, string) : KeyFactory
Returns a new instance of KeyFactory that utilizes the specified algorithm from the specified provider.
GetKeySpec(IKey, Java.Lang.Class) : Java.Lang.Object
Documentation for this section has not yet been entered.
TranslateKey(IKey) : IKey
Translates the given key into a key from this key factory.