The members of Java.Security.Cert.X509CRL are listed below.
See Also: Inherited members from Java.Security.Cert.CRL
X509CRL() | Creates a new X509CRL instance. | |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | CriticalExtensionOIDs | ICollection<string>. Documentation for this section has not yet been entered. |
[read-only] abstract | HasUnsupportedCriticalExtension | bool. Documentation for this section has not yet been entered. |
[read-only] abstract | IssuerDN | Java.Security.IPrincipal. Do not use, use X509CRL.IssuerX500Principal instead. |
[read-only] | IssuerX500Principal | Javax.Security.Auth.X500.X500Principal. Returns the issuer distinguished name of this CRL. |
[read-only] abstract | NextUpdate | Java.Util.Date. Returns the nextUpdate value of this CRL. |
[read-only] abstract | NonCriticalExtensionOIDs | ICollection<string>. Documentation for this section has not yet been entered. |
[read-only] abstract | RevokedCertificates | ICollection<X509CRLEntry>. Returns the set of revoked certificates. |
[read-only] abstract | SigAlgName | string. Returns the name of the signature algorithm. |
[read-only] abstract | SigAlgOID | string. Returns the OID of the signature algorithm. |
[read-only] abstract | ThisUpdate | Java.Util.Date. Returns the thisUpdate value of this CRL. |
[read-only] abstract | Version | int. Returns the version number of this CRL. |
[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. |
abstract | GetEncoded()Returns this CRL in ASN. | |
abstract | GetExtensionValue(string)Documentation for this section has not yet been entered. | |
abstract | GetRevokedCertificate(Java.Math.BigInteger)Returns the CRL entry with the specified certificate serial number. | |
GetRevokedCertificate(X509Certificate)Returns the CRL entry for the specified certificate. | ||
abstract | GetSigAlgParams()Returns the parameters of the signature algorithm in DER encoded form. | |
abstract | GetSignature()Returns the signature bytes of this CRL. | |
abstract | GetTBSCertList()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. |