C# Class Org.BouncyCastle.Asn1.Ocsp.ServiceLocator

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Mostra file Open project: nonorganic/dssnet

Public Methods

Method Description
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : ServiceLocator
GetInstance ( object obj ) : ServiceLocator
ServiceLocator ( Org.BouncyCastle.Asn1.X509.X509Name issuer ) : System
ServiceLocator ( Org.BouncyCastle.Asn1.X509.X509Name issuer, Asn1Object locator ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
ServiceLocator ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : ServiceLocator
obj Org.BouncyCastle.Asn1.Asn1TaggedObject
explicitly bool
return ServiceLocator

GetInstance() public static method

public static GetInstance ( object obj ) : ServiceLocator
obj object
return ServiceLocator

ServiceLocator() public method

public ServiceLocator ( Org.BouncyCastle.Asn1.X509.X509Name issuer ) : System
issuer Org.BouncyCastle.Asn1.X509.X509Name
return System

ServiceLocator() public method

public ServiceLocator ( Org.BouncyCastle.Asn1.X509.X509Name issuer, Asn1Object locator ) : System
issuer Org.BouncyCastle.Asn1.X509.X509Name
locator Org.BouncyCastle.Asn1.Asn1Object
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Org.BouncyCastle.Asn1.Asn1Object