Java.Security.KeyPair Class
KeyPair is a container for a public key and a private key.

See Also: KeyPair Members

Syntax

[Android.Runtime.Register("java/security/KeyPair", DoNotGenerateAcw=true)]
public sealed class KeyPair : Java.Lang.Object, Java.IO.ISerializable, IDisposable

Remarks

KeyPair is a container for a public key and a private key. Since the private key can be accessed, instances must be treated like a private key.

See Also

[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