Class E2eeContactKeysManager
public class E2eeContactKeysManager : JVMBridgeBase<E2eeContactKeysManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
E2eeContactKeysManager
- Implements
- Extension Methods
Constructors
E2eeContactKeysManager(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public E2eeContactKeysManager(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
VERIFICATION_STATE_UNVERIFIED
public static int VERIFICATION_STATE_UNVERIFIED { get; set; }
Property Value
VERIFICATION_STATE_VERIFICATION_FAILED
public static int VERIFICATION_STATE_VERIFICATION_FAILED { get; set; }
Property Value
VERIFICATION_STATE_VERIFIED
public static int VERIFICATION_STATE_VERIFIED { get; set; }
Property Value
Methods
GetAllE2eeContactKeys(String)
public List<E2eeContactKeysManager.E2eeContactKey> GetAllE2eeContactKeys(String arg0)
Parameters
Returns
GetAllE2eeSelfKeys()
public List<E2eeContactKeysManager.E2eeSelfKey> GetAllE2eeSelfKeys()
Returns
GetE2eeContactKey(String, String, String)
public E2eeContactKeysManager.E2eeContactKey GetE2eeContactKey(String arg0, String arg1, String arg2)
Parameters
Returns
GetE2eeSelfKey(String, String)
public E2eeContactKeysManager.E2eeSelfKey GetE2eeSelfKey(String arg0, String arg1)
Parameters
Returns
GetMaxKeySizeBytes()
public static int GetMaxKeySizeBytes()
Returns
GetOwnerE2eeContactKeys(String)
public List<E2eeContactKeysManager.E2eeContactKey> GetOwnerE2eeContactKeys(String arg0)
Parameters
Returns
GetOwnerE2eeSelfKeys()
public List<E2eeContactKeysManager.E2eeSelfKey> GetOwnerE2eeSelfKeys()
Returns
RemoveE2eeContactKey(String, String, String)
public bool RemoveE2eeContactKey(String arg0, String arg1, String arg2)
Parameters
Returns
RemoveE2eeSelfKey(String, String)
public bool RemoveE2eeSelfKey(String arg0, String arg1)
Parameters
Returns
UpdateE2eeContactKeyLocalVerificationState(String, String, String, int)
public bool UpdateE2eeContactKeyLocalVerificationState(String arg0, String arg1, String arg2, int arg3)
Parameters
Returns
UpdateE2eeContactKeyRemoteVerificationState(String, String, String, int)
public bool UpdateE2eeContactKeyRemoteVerificationState(String arg0, String arg1, String arg2, int arg3)
Parameters
Returns
UpdateE2eeSelfKeyRemoteVerificationState(String, String, int)
public bool UpdateE2eeSelfKeyRemoteVerificationState(String arg0, String arg1, int arg2)
Parameters
Returns
UpdateOrInsertE2eeContactKey(String, String, String, byte[])
public void UpdateOrInsertE2eeContactKey(String arg0, String arg1, String arg2, byte[] arg3)
Parameters
UpdateOrInsertE2eeSelfKey(String, String, byte[])
public bool UpdateOrInsertE2eeSelfKey(String arg0, String arg1, byte[] arg2)