CertStoreSpi.EngineGetCRLs(ICRLSelector) Method

Definition

Returns a Collection of CRLs that match the specified selector.

[Android.Runtime.Register("engineGetCRLs", "(Ljava/security/cert/CRLSelector;)Ljava/util/Collection;", "GetEngineGetCRLs_Ljava_security_cert_CRLSelector_Handler")]
public abstract System.Collections.Generic.ICollection<Java.Security.Cert.CRL>? EngineGetCRLs (Java.Security.Cert.ICRLSelector? selector);
[<Android.Runtime.Register("engineGetCRLs", "(Ljava/security/cert/CRLSelector;)Ljava/util/Collection;", "GetEngineGetCRLs_Ljava_security_cert_CRLSelector_Handler")>]
abstract member EngineGetCRLs : Java.Security.Cert.ICRLSelector -> System.Collections.Generic.ICollection<Java.Security.Cert.CRL>

Parameters

selector
ICRLSelector

A CRLSelector used to select which CRLs should be returned. Specify null to return all CRLs (if supported).

Returns

ICollection<CRL>

A Collection of CRLs that match the specified selector (never null)

Attributes

Exceptions

if error(s) occur.

Remarks

Java documentation for java.security.cert.CertStoreSpi.engineGetCRLs(java.security.cert.CRLSelector).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to