Table of Contents

Class KeyProperties

Namespace
Android.Security.Keystore
Assembly
MASES.Netdroid.dll
public class KeyProperties : JVMBridgeBase<KeyProperties>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<KeyProperties>
KeyProperties
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<KeyProperties>.IsAssignableFrom(IJavaType)
JVMBridgeBase<KeyProperties>.IsAssignableFrom<T>()
JVMBridgeBase<KeyProperties>.Execute<T>(params T[])
JVMBridgeBase<KeyProperties>.DynBridgeClazz
JVMBridgeBase<KeyProperties>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

KeyProperties()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("KeyProperties class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public KeyProperties()

KeyProperties(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("KeyProperties class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public KeyProperties(params object[] args)

Parameters

args object[]

Properties

AUTH_BIOMETRIC_STRONG

public static int AUTH_BIOMETRIC_STRONG { get; }

Property Value

int

AUTH_DEVICE_CREDENTIAL

public static int AUTH_DEVICE_CREDENTIAL { get; }

Property Value

int

BLOCK_MODE_CBC

public static String BLOCK_MODE_CBC { get; }

Property Value

String

BLOCK_MODE_CTR

public static String BLOCK_MODE_CTR { get; }

Property Value

String

BLOCK_MODE_ECB

public static String BLOCK_MODE_ECB { get; }

Property Value

String

BLOCK_MODE_GCM

public static String BLOCK_MODE_GCM { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DIGEST_MD5

public static String DIGEST_MD5 { get; }

Property Value

String

DIGEST_NONE

public static String DIGEST_NONE { get; }

Property Value

String

DIGEST_SHA1

public static String DIGEST_SHA1 { get; }

Property Value

String

DIGEST_SHA224

public static String DIGEST_SHA224 { get; }

Property Value

String

DIGEST_SHA256

public static String DIGEST_SHA256 { get; }

Property Value

String

DIGEST_SHA384

public static String DIGEST_SHA384 { get; }

Property Value

String

DIGEST_SHA512

public static String DIGEST_SHA512 { get; }

Property Value

String

ENCRYPTION_PADDING_NONE

public static String ENCRYPTION_PADDING_NONE { get; }

Property Value

String

ENCRYPTION_PADDING_PKCS7

public static String ENCRYPTION_PADDING_PKCS7 { get; }

Property Value

String

ENCRYPTION_PADDING_RSA_OAEP

public static String ENCRYPTION_PADDING_RSA_OAEP { get; }

Property Value

String

ENCRYPTION_PADDING_RSA_PKCS1

public static String ENCRYPTION_PADDING_RSA_PKCS1 { get; }

Property Value

String

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

KEY_ALGORITHM_3DES

[Obsolete]
public static String KEY_ALGORITHM_3DES { get; }

Property Value

String

KEY_ALGORITHM_AES

public static String KEY_ALGORITHM_AES { get; }

Property Value

String

KEY_ALGORITHM_EC

public static String KEY_ALGORITHM_EC { get; }

Property Value

String

KEY_ALGORITHM_HMAC_SHA1

public static String KEY_ALGORITHM_HMAC_SHA1 { get; }

Property Value

String

KEY_ALGORITHM_HMAC_SHA224

public static String KEY_ALGORITHM_HMAC_SHA224 { get; }

Property Value

String

KEY_ALGORITHM_HMAC_SHA256

public static String KEY_ALGORITHM_HMAC_SHA256 { get; }

Property Value

String

KEY_ALGORITHM_HMAC_SHA384

public static String KEY_ALGORITHM_HMAC_SHA384 { get; }

Property Value

String

KEY_ALGORITHM_HMAC_SHA512

public static String KEY_ALGORITHM_HMAC_SHA512 { get; }

Property Value

String

KEY_ALGORITHM_RSA

public static String KEY_ALGORITHM_RSA { get; }

Property Value

String

ORIGIN_GENERATED

public static int ORIGIN_GENERATED { get; }

Property Value

int

ORIGIN_IMPORTED

public static int ORIGIN_IMPORTED { get; }

Property Value

int

ORIGIN_SECURELY_IMPORTED

public static int ORIGIN_SECURELY_IMPORTED { get; }

Property Value

int

ORIGIN_UNKNOWN

public static int ORIGIN_UNKNOWN { get; }

Property Value

int

PURPOSE_AGREE_KEY

public static int PURPOSE_AGREE_KEY { get; }

Property Value

int

PURPOSE_ATTEST_KEY

public static int PURPOSE_ATTEST_KEY { get; }

Property Value

int

PURPOSE_DECRYPT

public static int PURPOSE_DECRYPT { get; }

Property Value

int

PURPOSE_ENCRYPT

public static int PURPOSE_ENCRYPT { get; }

Property Value

int

PURPOSE_SIGN

public static int PURPOSE_SIGN { get; }

Property Value

int

PURPOSE_VERIFY

public static int PURPOSE_VERIFY { get; }

Property Value

int

PURPOSE_WRAP_KEY

public static int PURPOSE_WRAP_KEY { get; }

Property Value

int

SECURITY_LEVEL_SOFTWARE

public static int SECURITY_LEVEL_SOFTWARE { get; }

Property Value

int

SECURITY_LEVEL_STRONGBOX

public static int SECURITY_LEVEL_STRONGBOX { get; }

Property Value

int

SECURITY_LEVEL_TRUSTED_ENVIRONMENT

public static int SECURITY_LEVEL_TRUSTED_ENVIRONMENT { get; }

Property Value

int

SECURITY_LEVEL_UNKNOWN

public static int SECURITY_LEVEL_UNKNOWN { get; }

Property Value

int

SECURITY_LEVEL_UNKNOWN_SECURE

public static int SECURITY_LEVEL_UNKNOWN_SECURE { get; }

Property Value

int

SIGNATURE_PADDING_RSA_PKCS1

public static String SIGNATURE_PADDING_RSA_PKCS1 { get; }

Property Value

String

SIGNATURE_PADDING_RSA_PSS

public static String SIGNATURE_PADDING_RSA_PSS { get; }

Property Value

String

UNRESTRICTED_USAGE_COUNT

public static int UNRESTRICTED_USAGE_COUNT { get; }

Property Value

int