C# Class Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate

Inheritance: Asn1Encodable, IAsn1Choice
Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetCertificateBytes ( ) : byte[]
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : RequestedCertificate
GetInstance ( object obj ) : RequestedCertificate
RequestedCertificate ( Choice type, byte certificateOctets ) : System
RequestedCertificate ( X509CertificateStructure certificate ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
RequestedCertificate ( Asn1TaggedObject tagged ) : System

Method Details

GetCertificateBytes() public method

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

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : RequestedCertificate
obj Asn1TaggedObject
isExplicit bool
return RequestedCertificate

GetInstance() public static method

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

RequestedCertificate() public method

public RequestedCertificate ( Choice type, byte certificateOctets ) : System
type Choice
certificateOctets byte
return System

RequestedCertificate() public method

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object