Show / Hide Table of Contents
Editar no GitHub

Class Timestamper

Inheritance
Object
Timestamper
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class Timestamper

Constructors

| Improve this Doc View Source

Timestamper(RestPkiClient, Guid)

Declaration
public Timestamper(RestPkiClient client, Guid timestampPlan)
Parameters
Type Name Description
RestPkiClient client
Guid timestampPlan

Methods

| Improve this Doc View Source

GetTimestamp(DigestAlgorithm, Byte[])

Declaration
public TimestampResult GetTimestamp(DigestAlgorithm digestAlgorithm, byte[] digestValue)
Parameters
Type Name Description
DigestAlgorithm digestAlgorithm
Byte[] digestValue
Returns
Type Description
TimestampResult
| Improve this Doc View Source

GetTimestamp(DigestAlgorithmAndValue)

Declaration
public TimestampResult GetTimestamp(DigestAlgorithmAndValue digest)
Parameters
Type Name Description
DigestAlgorithmAndValue digest
Returns
Type Description
TimestampResult
| Improve this Doc View Source

GetTimestampAsync(DigestAlgorithm, Byte[])

Declaration
public Task<TimestampResult> GetTimestampAsync(DigestAlgorithm digestAlgorithm, byte[] digestValue)
Parameters
Type Name Description
DigestAlgorithm digestAlgorithm
Byte[] digestValue
Returns
Type Description
Task<TimestampResult>
| Improve this Doc View Source

GetTimestampAsync(DigestAlgorithmAndValue)

Declaration
public Task<TimestampResult> GetTimestampAsync(DigestAlgorithmAndValue digest)
Parameters
Type Name Description
DigestAlgorithmAndValue digest
Returns
Type Description
Task<TimestampResult>
Back to top Copyright © 2015-2020 Lacuna Software