C# Class Org.BouncyCastle.Ocsp.RespID

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RespID() public méthode

public RespID ( AsymmetricKeyParameter publicKey ) : System
publicKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
Résultat System

RespID() public méthode

public RespID ( ResponderID id ) : System
id Org.BouncyCastle.Asn1.Ocsp.ResponderID
Résultat System

RespID() public méthode

public RespID ( Org.BouncyCastle.Asn1.X509.X509Name name ) : System
name Org.BouncyCastle.Asn1.X509.X509Name
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : ResponderID
Résultat Org.BouncyCastle.Asn1.Ocsp.ResponderID