Java.Security.Cert.X509CRLSelector Members

The members of Java.Security.Cert.X509CRLSelector are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new X509CertSelector.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

CertificateCheckingX509Certificate. Returns the certificate hint to find CRLs.
DateAndTimeJava.Util.Date. Returns the criterion for the CRL update period.
[read-only]
IssuerNamesICollection<Java.Lang.Object>. Returns the criterion for the issuer distinguished names.
IssuersICollection<Javax.Security.Auth.X500.X500Principal>. Returns the criterion for the issuer distinguished names.
[read-only]
MaxCRLJava.Math.BigInteger. Returns the criterion for the maximum CRL number.
[read-only]
MinCRLJava.Math.BigInteger. Returns the criterion for the minimum CRL number.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddIssuer(Javax.Security.Auth.X500.X500Principal)
Adds an issuer to the criterion for the issuer distinguished names.
AddIssuerName(byte[])
Adds an issuer to the criterion for the issuer distinguished names.
AddIssuerName(string)
Do not use:, use X509CRLSelector.AddIssuer(Javax.Security.Auth.X500.X500Principal) or X509CRLSelector.AddIssuerName(Byte[]) instead.
Clone() : Java.Lang.Object
Clones this X509CRL instance.
Match(CRL) : bool
Returns whether the specified CRL matches all the criteria collected in this instance.
SetIssuerNames(ICollection<object>)
Documentation for this section has not yet been entered.
SetMaxCRLNumber(Java.Math.BigInteger)
Sets the criterion for the maximum CRL number.
SetMinCRLNumber(Java.Math.BigInteger)
Sets the criterion for the minimum CRL number.