public class X509Crl : X509ExtensionBase
Public Class X509Crl
Inherits X509ExtensionBase
public ref class X509Crl : public X509ExtensionBase
Org.BouncyCastle.X509.X509Crl = function();
Type.createClass(
'Org.BouncyCastle.X509.X509Crl',
Org.BouncyCastle.X509.X509ExtensionBase);
X509Crl(Byte) | Initializes a new instance of the X509Crl class |
X509Crl(CertificateList) | Initializes a new instance of the X509Crl class |
CheckSignature | |
CheckSignatureValid | |
Equals | (Overrides ObjectEquals(Object)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetCriticalExtensionOids |
Get any critical extensions.
(Inherited from X509ExtensionBase) |
GetEncoded | Return the DER encoding of this CRL. |
GetExtensionOids | (Inherited from X509ExtensionBase) |
GetExtensionValue | (Inherited from X509ExtensionBase) |
GetHashCode | (Overrides ObjectGetHashCode) |
GetNonCriticalExtensionOids |
Get non critical extensions.
(Inherited from X509ExtensionBase) |
GetRevokedCertificate | |
GetRevokedCertificates | |
GetSigAlgParams | |
GetSignature | |
GetTbsCertList | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetX509Extensions | (Overrides X509ExtensionBaseGetX509Extensions) |
IsAlternativeSignatureValid | |
IsRevoked | |
IsSignatureValid(AsymmetricKeyParameter) | |
IsSignatureValid(IVerifierFactoryProvider) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | (Overrides ObjectToString) |
Verify(AsymmetricKeyParameter) | |
Verify(IVerifierFactoryProvider) | Verify the CRL's signature using a verifier created using the passed in verifier provider. |
VerifyAltSignature | Verify the CRL's alternative signature using a verifier created using the passed in verifier provider. |