The members of Java.Security.Cert.X509CRLSelector are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new X509CertSelector. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
CertificateChecking | X509Certificate. Returns the certificate hint to find CRLs. | |
DateAndTime | Java.Util.Date. Returns the criterion for the CRL update period. | |
[read-only] | IssuerNames | ICollection<Java.Lang.Object>. Returns the criterion for the issuer distinguished names. |
Issuers | ICollection<Javax.Security.Auth.X500.X500Principal>. Returns the criterion for the issuer distinguished names. | |
[read-only] | MaxCRL | Java.Math.BigInteger. Returns the criterion for the maximum CRL number. |
[read-only] | MinCRL | Java.Math.BigInteger. Returns the criterion for the minimum CRL number. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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()Clones this X509CRL instance. | ||
Match(CRL)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. |