Android.Security.KeyPairGeneratorSpec Members

The members of Android.Security.KeyPairGeneratorSpec are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
AlgorithmParameterSpecJava.Security.Spec.IAlgorithmParameterSpec. Returns the Java.Security.Spec.IAlgorithmParameterSpec that will be used for creation of the key pair.
[read-only]
ContextAndroid.Content.Context. Gets the Android context used for operations with this instance.
[read-only]
EndDateJava.Util.Date. Gets the end date to be used on the X.509 certificate that will be put in the Java.Security.KeyStore.
[read-only]
IsEncryptionRequiredbool. Returns true if this parameter will require generated keys to be encrypted in the Java.Security.KeyStore.
[read-only]
KeySizeint. Returns the key size specified by this parameter.
[read-only]
KeystoreAliasstring. Returns the alias that will be used in the java.security.KeyStore in conjunction with the AndroidKeyStore.
[read-only]
KeyTypestring. Returns the key type (e.g.
[read-only]
SerialNumberJava.Math.BigInteger. Gets the serial number to be used on the X.509 certificate that will be put in the Java.Security.KeyStore.
[read-only]
StartDateJava.Util.Date. Gets the start date to be used on the X.509 certificate that will be put in the Java.Security.KeyStore.
[read-only]
SubjectDNJavax.Security.Auth.X500.X500Principal. Gets the subject distinguished name to be used on the X.509 certificate that will be put in the Java.Security.KeyStore.

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.