Java.Security.Cert.X509CRLSelector: Method Members

The methods of Java.Security.Cert.X509CRLSelector are listed below. For a list of all members, see the X509CRLSelector Members list.

See Also: Inherited members from Java.Lang.Object

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.