Compartir a través de


X509CRLSelector.Match(CRL) Method

Definition

Decides whether a CRL should be selected.

[Android.Runtime.Register("match", "(Ljava/security/cert/CRL;)Z", "GetMatch_Ljava_security_cert_CRL_Handler")]
public virtual bool Match (Java.Security.Cert.CRL? crl);
[<Android.Runtime.Register("match", "(Ljava/security/cert/CRL;)Z", "GetMatch_Ljava_security_cert_CRL_Handler")>]
abstract member Match : Java.Security.Cert.CRL -> bool
override this.Match : Java.Security.Cert.CRL -> bool

Parameters

crl
CRL

the CRL to be checked

Returns

true if the CRL should be selected, false otherwise

Implements

Attributes

Remarks

Decides whether a CRL should be selected.

Java documentation for java.security.cert.X509CRLSelector.match(java.security.cert.CRL).

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