CertStoreSpi.EngineGetCertificates(ICertSelector) Method

Definition

Returns a Collection of Certificates that match the specified selector.

[Android.Runtime.Register("engineGetCertificates", "(Ljava/security/cert/CertSelector;)Ljava/util/Collection;", "GetEngineGetCertificates_Ljava_security_cert_CertSelector_Handler")]
public abstract System.Collections.Generic.ICollection<Java.Security.Cert.Certificate>? EngineGetCertificates (Java.Security.Cert.ICertSelector? selector);
[<Android.Runtime.Register("engineGetCertificates", "(Ljava/security/cert/CertSelector;)Ljava/util/Collection;", "GetEngineGetCertificates_Ljava_security_cert_CertSelector_Handler")>]
abstract member EngineGetCertificates : Java.Security.Cert.ICertSelector -> System.Collections.Generic.ICollection<Java.Security.Cert.Certificate>

Parameters

selector
ICertSelector

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

Returns

ICollection<Certificate>

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

Attributes

Exceptions

if error(s) occur.

Remarks

Java documentation for java.security.cert.CertStoreSpi.engineGetCertificates(java.security.cert.CertSelector).

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