Java.Security.KeyStore.SecretKeyEntry Class
SecretKeyEntry represents a KeyStore entry that
holds a secret key.
See Also: KeyStore+SecretKeyEntry
Syntax
[Android.Runtime.Register("java/security/KeyStore$SecretKeyEntry", DoNotGenerateAcw=true)]
public sealed class KeyStore.SecretKeyEntry : Object, KeyStore+IEntry, IDisposable
public sealed class KeyStore.SecretKeyEntry : Object, KeyStore+IEntry, IDisposable
Remarks
SecretKeyEntry represents a KeyStore entry that holds a secret key.
Requirements
Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
The members of Java.Security.KeyStore.SecretKeyEntry are listed below.
See Also: Object
Public Constructors
Constructs a new instance of SecretKeyEntry with the given SecretKey. |
Public Properties
[read-only] | SecretKey | ISecretKey. Returns the secret key. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |