Java.Security.KeyFactory Class
KeyFactory is an engine class that can be used to translate between public and private key objects and convert keys between their external representation, that can be easily transported and their internal representation.

See Also: KeyFactory Members

Syntax

[Android.Runtime.Register("java/security/KeyFactory", DoNotGenerateAcw=true)]
public class KeyFactory : Java.Lang.Object

Remarks

KeyFactory is an engine class that can be used to translate between public and private key objects and convert keys between their external representation, that can be easily transported and their internal representation.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1