C# Class Org.BouncyCastle.Asn1.Cms.TimeStampAndCrl

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

Méthodes publiques

Méthode Description
GetInstance ( object obj ) : TimeStampAndCrl
TimeStampAndCrl ( ContentInfo timeStamp ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Méthode Description
TimeStampAndCrl ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static méthode

public static GetInstance ( object obj ) : TimeStampAndCrl
obj object
Résultat TimeStampAndCrl

TimeStampAndCrl() public méthode

public TimeStampAndCrl ( ContentInfo timeStamp ) : System
timeStamp ContentInfo
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object