Java.Security.Cert.X509CRL: Property Members

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

See Also: Inherited members from Java.Security.Cert.CRL

Public Properties

[read-only]
abstract
CriticalExtensionOIDsICollection<string>. Documentation for this section has not yet been entered.
[read-only]
abstract
HasUnsupportedCriticalExtensionbool. Documentation for this section has not yet been entered.
[read-only]
abstract
IssuerDNJava.Security.IPrincipal. Do not use, use X509CRL.IssuerX500Principal instead.
[read-only]
IssuerX500PrincipalJavax.Security.Auth.X500.X500Principal. Returns the issuer distinguished name of this CRL.
[read-only]
abstract
NextUpdateJava.Util.Date. Returns the nextUpdate value of this CRL.
[read-only]
abstract
NonCriticalExtensionOIDsICollection<string>. Documentation for this section has not yet been entered.
[read-only]
abstract
RevokedCertificatesICollection<X509CRLEntry>. Returns the set of revoked certificates.
[read-only]
abstract
SigAlgNamestring. Returns the name of the signature algorithm.
[read-only]
abstract
SigAlgOIDstring. Returns the OID of the signature algorithm.
[read-only]
abstract
ThisUpdateJava.Util.Date. Returns the thisUpdate value of this CRL.
[read-only]
abstract
Versionint. Returns the version number of this CRL.

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.