Table of Contents

Class CertStore

Namespace
Java.Security.Cert
Assembly
MASES.Netdroid.dll
public class CertStore : JVMBridgeBase<CertStore>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
CertStore
Implements
Extension Methods

Constructors

CertStore(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 CertStore(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetCRLs<ReturnExtendsJava_Security_Cert_CRL>(CRLSelector)

public Collection<ReturnExtendsJava_Security_Cert_CRL> GetCRLs<ReturnExtendsJava_Security_Cert_CRL>(CRLSelector arg0) where ReturnExtendsJava_Security_Cert_CRL : CRL

Parameters

arg0 CRLSelector

CRLSelector

Returns

Collection<ReturnExtendsJava_Security_Cert_CRL>

Collection

Type Parameters

ReturnExtendsJava_Security_Cert_CRL

CRL

Exceptions

CertStoreException

GetCertStoreParameters()

public CertStoreParameters GetCertStoreParameters()

Returns

CertStoreParameters

CertStoreParameters

GetCertificates<ReturnExtendsJava_Security_Cert_Certificate>(CertSelector)

public Collection<ReturnExtendsJava_Security_Cert_Certificate> GetCertificates<ReturnExtendsJava_Security_Cert_Certificate>(CertSelector arg0) where ReturnExtendsJava_Security_Cert_Certificate : Certificate

Parameters

arg0 CertSelector

CertSelector

Returns

Collection<ReturnExtendsJava_Security_Cert_Certificate>

Collection

Type Parameters

ReturnExtendsJava_Security_Cert_Certificate

Certificate

Exceptions

CertStoreException

GetDefaultType()

public static String GetDefaultType()

Returns

String

String

GetInstance(String, CertStoreParameters)

public static CertStore GetInstance(String arg0, CertStoreParameters arg1)

Parameters

arg0 String

String

arg1 CertStoreParameters

CertStoreParameters

Returns

CertStore

CertStore

Exceptions

InvalidAlgorithmParameterException
NoSuchAlgorithmException

GetInstance(String, CertStoreParameters, String)

public static CertStore GetInstance(String arg0, CertStoreParameters arg1, String arg2)

Parameters

arg0 String

String

arg1 CertStoreParameters

CertStoreParameters

arg2 String

String

Returns

CertStore

CertStore

Exceptions

InvalidAlgorithmParameterException
NoSuchAlgorithmException
NoSuchProviderException

GetInstance(String, CertStoreParameters, Provider)

public static CertStore GetInstance(String arg0, CertStoreParameters arg1, Provider arg2)

Parameters

arg0 String

String

arg1 CertStoreParameters

CertStoreParameters

arg2 Provider

Provider

Returns

CertStore

CertStore

Exceptions

NoSuchAlgorithmException
InvalidAlgorithmParameterException

GetProvider()

public Provider GetProvider()

Returns

Provider

Provider

GetType()

public String GetType()

Returns

String

String