C# Class Org.BouncyCastle.Ocsp.RespID

Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RespID ( AsymmetricKeyParameter publicKey ) : System
RespID ( ResponderID id ) : System
RespID ( Org.BouncyCastle.Asn1.X509.X509Name name ) : System
ToAsn1Object ( ) : ResponderID

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RespID() public method

public RespID ( AsymmetricKeyParameter publicKey ) : System
publicKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
return System

RespID() public method

public RespID ( ResponderID id ) : System
id Org.BouncyCastle.Asn1.Ocsp.ResponderID
return System

RespID() public method

public RespID ( Org.BouncyCastle.Asn1.X509.X509Name name ) : System
name Org.BouncyCastle.Asn1.X509.X509Name
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : ResponderID
return Org.BouncyCastle.Asn1.Ocsp.ResponderID