The methods 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
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. |