Class KeyStore
public class KeyStore : JVMBridgeBase<KeyStore>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<KeyStore>KeyStore
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<KeyStore>.SExecute<TNewClass, TReturn, TConverter>(IJavaType, string, params object[])JVMBridgeBase<KeyStore>.IsAssignableFrom(IJavaType)JVMBridgeBase<KeyStore>.IsAssignableFrom<T>()JVMBridgeBase<KeyStore>.Execute<T>(params T[])JVMBridgeBase<KeyStore>.DynBridgeClazzJVMBridgeBase<KeyStore>.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
KeyStore()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public KeyStore()
KeyStore(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 KeyStore(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
DefaultType
public static String DefaultType { 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
Provider
public Provider Provider { get; }
Property Value
Type
public String Type { get; }
Property Value
Methods
Aliases()
public Enumeration<String> Aliases()
Returns
Exceptions
ContainsAlias(String)
public bool ContainsAlias(String arg0)
Parameters
Returns
Exceptions
DeleteEntry(String)
public void DeleteEntry(String arg0)
Parameters
Exceptions
EntryInstanceOf(String, Class)
public bool EntryInstanceOf(String arg0, Class arg1)
Parameters
Returns
Exceptions
GetCertificate(String)
public Certificate GetCertificate(String arg0)
Parameters
Returns
Exceptions
GetCertificateAlias(Certificate)
public String GetCertificateAlias(Certificate arg0)
Parameters
arg0
Certificate
Returns
Exceptions
GetCertificateChain(String)
public Certificate[] GetCertificateChain(String arg0)
Parameters
Returns
Exceptions
GetCreationDate(String)
public Date GetCreationDate(String arg0)
Parameters
Returns
Exceptions
GetEntry(String, ProtectionParameter)
public KeyStore.Entry GetEntry(String arg0, KeyStore.ProtectionParameter arg1)
Parameters
Returns
Exceptions
GetInstance(File, LoadStoreParameter)
public static KeyStore GetInstance(File arg0, KeyStore.LoadStoreParameter arg1)
Parameters
Returns
Exceptions
GetInstance(File, char[])
public static KeyStore GetInstance(File arg0, char[] arg1)
Parameters
Returns
Exceptions
GetInstance(String)
public static KeyStore GetInstance(String arg0)
Parameters
Returns
Exceptions
GetInstance(String, String)
public static KeyStore GetInstance(String arg0, String arg1)
Parameters
Returns
Exceptions
GetInstance(String, Provider)
public static KeyStore GetInstance(String arg0, Provider arg1)
Parameters
Returns
Exceptions
GetKey(String, char[])
public Key GetKey(String arg0, char[] arg1)
Parameters
Returns
Exceptions
IsCertificateEntry(String)
public bool IsCertificateEntry(String arg0)
Parameters
Returns
Exceptions
IsKeyEntry(String)
public bool IsKeyEntry(String arg0)
Parameters
Returns
Exceptions
Load(InputStream, char[])
public void Load(InputStream arg0, char[] arg1)
Parameters
arg0
InputStreamarg1
char[]
Exceptions
Load(LoadStoreParameter)
public void Load(KeyStore.LoadStoreParameter arg0)
Parameters
Exceptions
SetCertificateEntry(String, Certificate)
public void SetCertificateEntry(String arg0, Certificate arg1)
Parameters
arg0
Stringarg1
Certificate
Exceptions
SetEntry(String, Entry, ProtectionParameter)
public void SetEntry(String arg0, KeyStore.Entry arg1, KeyStore.ProtectionParameter arg2)
Parameters
arg0
Stringarg1
KeyStore.Entryarg2
KeyStore.ProtectionParameter
Exceptions
SetKeyEntry(String, Key, char[], Certificate[])
public void SetKeyEntry(String arg0, Key arg1, char[] arg2, Certificate[] arg3)
Parameters
arg0
Stringarg1
Keyarg2
char[]arg3
Certificate[]
Exceptions
SetKeyEntry(String, byte[], Certificate[])
public void SetKeyEntry(String arg0, byte[] arg1, Certificate[] arg2)
Parameters
arg0
Stringarg1
byte[]arg2
Certificate[]
Exceptions
Size()
public int Size()
Returns
Exceptions
Store(OutputStream, char[])
public void Store(OutputStream arg0, char[] arg1)
Parameters
arg0
OutputStreamarg1
char[]
Exceptions
Store(LoadStoreParameter)
public void Store(KeyStore.LoadStoreParameter arg0)