C# Class Org.BouncyCastle.X509.X509Crl

Inheritance: X509ExtensionBase
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetEncoded ( ) : byte[]
GetHashCode ( ) : int
GetRevokedCertificate ( BigInteger serialNumber ) : X509CrlEntry
GetRevokedCertificates ( ) : ISet
GetSigAlgParams ( ) : byte[]
GetSignature ( ) : byte[]
GetTbsCertList ( ) : byte[]
IsRevoked ( X509Certificate cert ) : bool
ToString ( ) : string
Verify ( AsymmetricKeyParameter publicKey ) : void
X509Crl ( CertificateList c ) : System

Protected Methods

Method Description
GetX509Extensions ( ) : X509Extensions

Private Methods

Method Description
LoadCrlEntries ( ) : ISet

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetEncoded() public method

public GetEncoded ( ) : byte[]
return byte[]

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetRevokedCertificate() public method

public GetRevokedCertificate ( BigInteger serialNumber ) : X509CrlEntry
serialNumber Org.BouncyCastle.Math.BigInteger
return X509CrlEntry

GetRevokedCertificates() public method

public GetRevokedCertificates ( ) : ISet
return ISet

GetSigAlgParams() public method

public GetSigAlgParams ( ) : byte[]
return byte[]

GetSignature() public method

public GetSignature ( ) : byte[]
return byte[]

GetTbsCertList() public method

public GetTbsCertList ( ) : byte[]
return byte[]

GetX509Extensions() protected method

protected GetX509Extensions ( ) : X509Extensions
return Org.BouncyCastle.Asn1.X509.X509Extensions

IsRevoked() public method

public IsRevoked ( X509Certificate cert ) : bool
cert X509Certificate
return bool

ToString() public method

public ToString ( ) : string
return string

Verify() public method

public Verify ( AsymmetricKeyParameter publicKey ) : void
publicKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
return void

X509Crl() public method

public X509Crl ( CertificateList c ) : System
c Org.BouncyCastle.Asn1.X509.CertificateList
return System