Java.Security.Cert.X509CRL: Method Members

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

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.