Java.Security.Cert.X509CRL Members

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

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

Protected Constructors

Creates a new X509CRL instance.
A constructor used when creating managed representations of JNI objects; called by the runtime.

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.

Public Methods

abstract
GetEncoded() : byte[]
Returns this CRL in ASN.
abstract
GetExtensionValue(string) : byte[]
Documentation for this section has not yet been entered.
abstract
GetRevokedCertificate(Java.Math.BigInteger) : X509CRLEntry
Returns the CRL entry with the specified certificate serial number.
GetRevokedCertificate(X509Certificate) : X509CRLEntry
Returns the CRL entry for the specified certificate.
abstract
GetSigAlgParams() : byte[]
Returns the parameters of the signature algorithm in DER encoded form.
abstract
GetSignature() : byte[]
Returns the signature bytes of this CRL.
abstract
GetTBSCertList() : byte[]
Returns the tbsCertList information of this CRL in DER encoded form.
abstract
Verify(Java.Security.IPublicKey)
Verifies this CRL by verifying that this CRL was signed with the corresponding private key to the specified public key.
abstract
Verify(Java.Security.IPublicKey, string)
Verifies this CRL by verifying that this CRL was signed with the corresponding private key to the specified public key.