Class TimeStampToken
- Namespace
- Org.BouncyCastle.Tsp
- Assembly
- BouncyCastle.Cryptography.dll
public class TimeStampToken
- Inheritance
-
TimeStampToken
- Inherited Members
-
Constructors
TimeStampToken(ContentInfo)
public TimeStampToken(ContentInfo contentInfo)
Parameters
contentInfo ContentInfo
TimeStampToken(CmsSignedData)
public TimeStampToken(CmsSignedData signedData)
Parameters
signedData CmsSignedData
Properties
SignedAttributes
public AttributeTable SignedAttributes { get; }
Property Value
- AttributeTable
SignerID
public SignerID SignerID { get; }
Property Value
- SignerID
TimeStampInfo
public TimeStampTokenInfo TimeStampInfo { get; }
Property Value
- TimeStampTokenInfo
UnsignedAttributes
public AttributeTable UnsignedAttributes { get; }
Property Value
- AttributeTable
Methods
GetAttributeCertificates()
public IStore<X509V2AttributeCertificate> GetAttributeCertificates()
Returns
- IStore<X509V2AttributeCertificate>
GetCertificates()
public IStore<X509Certificate> GetCertificates()
Returns
- IStore<X509Certificate>
GetCrls()
public IStore<X509Crl> GetCrls()
Returns
- IStore<X509Crl>
GetEncoded()
public byte[] GetEncoded()
Returns
- byte[]
GetEncoded(string)
public byte[] GetEncoded(string encoding)
Parameters
encoding string
Returns
- byte[]
ToCmsSignedData()
public CmsSignedData ToCmsSignedData()
Returns
- CmsSignedData
Validate(X509Certificate)
public void Validate(X509Certificate cert)
Parameters
cert X509Certificate