Class KeyProtection.Builder
public class KeyProtection.Builder : JVMBridgeBase<KeyProtection.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseKeyProtection.Builder
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<KeyProtection.Builder>.SExecuteWithSignature<TReturn>(string, string, params object[])JVMBridgeBase<KeyProtection.Builder>.IsAssignableFrom(IJavaType)JVMBridgeBase<KeyProtection.Builder>.IsAssignableFrom<T>()JVMBridgeBase<KeyProtection.Builder>.Execute<T>(params T[])JVMBridgeBase<KeyProtection.Builder>.DynBridgeClazzJVMBridgeBase<KeyProtection.Builder>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Builder()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Builder()
Builder(int)
public Builder(int arg0)
Parameters
Builder(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
public Builder(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
Build()
https://developer.android.com/reference/android/security/keystore/KeyProtection.Builder.html#build()
public KeyProtection Build()
Returns
SetBlockModes(params String[])
public KeyProtection.Builder SetBlockModes(params String[] arg0)
Parameters
Returns
SetDigests(params String[])
public KeyProtection.Builder SetDigests(params String[] arg0)
Parameters
Returns
SetEncryptionPaddings(params String[])
public KeyProtection.Builder SetEncryptionPaddings(params String[] arg0)
Parameters
Returns
SetInvalidatedByBiometricEnrollment(bool)
public KeyProtection.Builder SetInvalidatedByBiometricEnrollment(bool arg0)
Parameters
Returns
SetIsStrongBoxBacked(bool)
public KeyProtection.Builder SetIsStrongBoxBacked(bool arg0)
Parameters
Returns
SetKeyValidityEnd(Date)
public KeyProtection.Builder SetKeyValidityEnd(Date arg0)
Parameters
Returns
SetKeyValidityForConsumptionEnd(Date)
public KeyProtection.Builder SetKeyValidityForConsumptionEnd(Date arg0)
Parameters
Returns
SetKeyValidityForOriginationEnd(Date)
public KeyProtection.Builder SetKeyValidityForOriginationEnd(Date arg0)
Parameters
Returns
SetKeyValidityStart(Date)
public KeyProtection.Builder SetKeyValidityStart(Date arg0)
Parameters
Returns
SetMaxUsageCount(int)
public KeyProtection.Builder SetMaxUsageCount(int arg0)
Parameters
Returns
SetMgf1Digests(params String[])
public KeyProtection.Builder SetMgf1Digests(params String[] arg0)
Parameters
Returns
SetRandomizedEncryptionRequired(bool)
public KeyProtection.Builder SetRandomizedEncryptionRequired(bool arg0)
Parameters
Returns
SetSignaturePaddings(params String[])
public KeyProtection.Builder SetSignaturePaddings(params String[] arg0)
Parameters
Returns
SetUnlockedDeviceRequired(bool)
public KeyProtection.Builder SetUnlockedDeviceRequired(bool arg0)
Parameters
Returns
SetUserAuthenticationParameters(int, int)
public KeyProtection.Builder SetUserAuthenticationParameters(int arg0, int arg1)
Parameters
Returns
SetUserAuthenticationRequired(bool)
public KeyProtection.Builder SetUserAuthenticationRequired(bool arg0)
Parameters
Returns
SetUserAuthenticationValidWhileOnBody(bool)
public KeyProtection.Builder SetUserAuthenticationValidWhileOnBody(bool arg0)
Parameters
Returns
SetUserAuthenticationValidityDurationSeconds(int)
[Obsolete]
public KeyProtection.Builder SetUserAuthenticationValidityDurationSeconds(int arg0)
Parameters
Returns
SetUserConfirmationRequired(bool)
public KeyProtection.Builder SetUserConfirmationRequired(bool arg0)
Parameters
Returns
SetUserPresenceRequired(bool)
public KeyProtection.Builder SetUserPresenceRequired(bool arg0)