C# Class Org.BouncyCastle.Tsp.TimeStampToken

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

Méthodes publiques

Méthode Description
GetAttributeCertificates ( string type ) : IX509Store
GetCertificates ( string type ) : IX509Store
GetCrls ( string type ) : IX509Store
GetEncoded ( ) : byte[]
TimeStampToken ( Asn1 contentInfo ) : System
TimeStampToken ( CmsSignedData signedData ) : System
ToCmsSignedData ( ) : CmsSignedData
Validate ( X509Certificate cert ) : void

Method Details

GetAttributeCertificates() public méthode

public GetAttributeCertificates ( string type ) : IX509Store
type string
Résultat IX509Store

GetCertificates() public méthode

public GetCertificates ( string type ) : IX509Store
type string
Résultat IX509Store

GetCrls() public méthode

public GetCrls ( string type ) : IX509Store
type string
Résultat IX509Store

GetEncoded() public méthode

public GetEncoded ( ) : byte[]
Résultat byte[]

TimeStampToken() public méthode

public TimeStampToken ( Asn1 contentInfo ) : System
contentInfo Asn1
Résultat System

TimeStampToken() public méthode

public TimeStampToken ( CmsSignedData signedData ) : System
signedData Org.BouncyCastle.Cms.CmsSignedData
Résultat System

ToCmsSignedData() public méthode

public ToCmsSignedData ( ) : CmsSignedData
Résultat Org.BouncyCastle.Cms.CmsSignedData

Validate() public méthode

public Validate ( X509Certificate cert ) : void
cert Org.BouncyCastle.X509.X509Certificate
Résultat void