C# Class EU.Europa.EC.Markt.Dss.Validation.X509.TimestampToken

SignedToken containing a TimeStamp.
SignedToken containing a TimeStamp.
Inheritance: SignedToken
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetGenTimeDate ( ) : System.DateTime

Retrieve the timestamp generation date

GetSignerSubjectName ( ) : Org.BouncyCastle.Asn1.X509.X509Name
GetTimeStamp ( ) : TimeStampToken
GetTimeStampType ( ) : TimestampToken.TimestampType
GetWrappedCertificateSource ( ) : CertificateSource
IsSignedBy ( X509Certificate potentialIssuer ) : bool
MatchData ( byte data ) : bool

Check if the TimeStampToken matches the data

TimestampToken ( TimeStampToken timeStamp ) : System

The default constructor for TimestampToken.

The default constructor for TimestampToken.

TimestampToken ( TimeStampToken timeStamp, TimestampToken type ) : System

Constructor with an indication of the time-stamp type The default constructor for TimestampToken.

Constructor with an indication of the time-stamp type The default constructor for TimestampToken.

Method Details

GetGenTimeDate() public méthode

Retrieve the timestamp generation date
public GetGenTimeDate ( ) : System.DateTime
Résultat System.DateTime

GetSignerSubjectName() public méthode

public GetSignerSubjectName ( ) : Org.BouncyCastle.Asn1.X509.X509Name
Résultat Org.BouncyCastle.Asn1.X509.X509Name

GetTimeStamp() public méthode

public GetTimeStamp ( ) : TimeStampToken
Résultat Org.BouncyCastle.Tsp.TimeStampToken

GetTimeStampType() public méthode

public GetTimeStampType ( ) : TimestampToken.TimestampType
Résultat TimestampToken.TimestampType

GetWrappedCertificateSource() public méthode

public GetWrappedCertificateSource ( ) : CertificateSource
Résultat CertificateSource

IsSignedBy() public méthode

public IsSignedBy ( X509Certificate potentialIssuer ) : bool
potentialIssuer X509Certificate
Résultat bool

MatchData() public méthode

Check if the TimeStampToken matches the data
Sharpen.NoSuchAlgorithmException ///
public MatchData ( byte data ) : bool
data byte
Résultat bool

TimestampToken() public méthode

The default constructor for TimestampToken.
The default constructor for TimestampToken.
public TimestampToken ( TimeStampToken timeStamp ) : System
timeStamp Org.BouncyCastle.Tsp.TimeStampToken
Résultat System

TimestampToken() public méthode

Constructor with an indication of the time-stamp type The default constructor for TimestampToken.
Constructor with an indication of the time-stamp type The default constructor for TimestampToken.
public TimestampToken ( TimeStampToken timeStamp, TimestampToken type ) : System
timeStamp Org.BouncyCastle.Tsp.TimeStampToken
type TimestampToken
Résultat System