Java.Security.Cert.CertStoreSpi.EngineGetCRLs Method
Returns the list of CRLs for the specified CRLSelector from this instance.

Syntax

[Android.Runtime.Register("engineGetCRLs", "(Ljava/security/cert/CRLSelector;)Ljava/util/Collection;", "GetEngineGetCRLs_Ljava_security_cert_CRLSelector_Handler")]
public abstract ICollection<CRL> EngineGetCRLs (ICRLSelector selector)

Parameters

selector
the selector containing the criteria to search for certificate revocation lists in instance.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.Cert.CertStoreExceptionif error(s) occur.

Remarks

Returns the list of CRLs for the specified CRLSelector from this instance.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1