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

SignedToken containing a TimeStamp.
SignedToken containing a TimeStamp.
Inheritance: SignedToken
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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 method

Retrieve the timestamp generation date
public GetGenTimeDate ( ) : System.DateTime
return System.DateTime

GetSignerSubjectName() public method

public GetSignerSubjectName ( ) : Org.BouncyCastle.Asn1.X509.X509Name
return Org.BouncyCastle.Asn1.X509.X509Name

GetTimeStamp() public method

public GetTimeStamp ( ) : TimeStampToken
return Org.BouncyCastle.Tsp.TimeStampToken

GetTimeStampType() public method

public GetTimeStampType ( ) : TimestampToken.TimestampType
return TimestampToken.TimestampType

GetWrappedCertificateSource() public method

public GetWrappedCertificateSource ( ) : CertificateSource
return CertificateSource

IsSignedBy() public method

public IsSignedBy ( X509Certificate potentialIssuer ) : bool
potentialIssuer X509Certificate
return bool

MatchData() public method

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

TimestampToken() public method

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

TimestampToken() public method

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
return System