Java.Security.Cert.CertStore Members

The members of Java.Security.Cert.CertStore are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Creates a new CertStore instance.

Public Properties

[read-only]
CertStoreParametersICertStoreParameters. Returns a copy of the certificate store parameters that were used to initialize this instance.
[read-only]
static
DefaultTypestring. Returns the default CertStore type from the Security Properties.
[read-only]
ProviderJava.Security.Provider. Returns the security provider.
[read-only]
Typestring. Returns the certificate store type.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetCertificates(ICertSelector) : ICollection<Certificate>
Returns the list of Certificates for the specified CertSelector from this certificate store.
GetCRLs(ICRLSelector) : ICollection<CRL>
Returns the list of CRLs for the specified CRLSelector from this certificate store.
static
GetInstance(string, ICertStoreParameters) : CertStore
Creates a new CertStore instance with the specified type and initialized with the specified parameters.
static
GetInstance(string, ICertStoreParameters, Java.Security.Provider) : CertStore
Creates a new CertStore instance from the specified provider with the specified type and initialized with the specified parameters.
static
GetInstance(string, ICertStoreParameters, string) : CertStore
Creates a new CertStore instance from the specified provider with the specified type and initialized with the specified parameters.