The members of Java.Security.Cert.CertStore are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
Creates a new CertStore instance. |
[read-only] | CertStoreParameters | ICertStoreParameters. Returns a copy of the certificate store parameters that were used to initialize this instance. |
[read-only] static | DefaultType | string. Returns the default CertStore type from the Security Properties. |
[read-only] | Provider | Java.Security.Provider. Returns the security provider. |
[read-only] | Type | string. Returns the certificate store type. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetCertificates(ICertSelector)Returns the list of Certificates for the specified CertSelector from this certificate store. | ||
GetCRLs(ICRLSelector)Returns the list of CRLs for the specified CRLSelector from this certificate store. | ||
static | GetInstance(string, ICertStoreParameters)Creates a new CertStore instance with the specified type and initialized with the specified parameters. | |
static | GetInstance(string, ICertStoreParameters, Java.Security.Provider)Creates a new CertStore instance from the specified provider with the specified type and initialized with the specified parameters. | |
static | GetInstance(string, ICertStoreParameters, string)Creates a new CertStore instance from the specified provider with the specified type and initialized with the specified parameters. |