Table of Contents

Class SignatureCreationTime

Namespace
Enterprises.Org.BouncyCastle.Bcpg.Sig
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class SignatureCreationTime : SignatureSubpacket
Inheritance
SignatureCreationTime
Inherited Members

Constructors

SignatureCreationTime(bool, bool, byte[])

public SignatureCreationTime(bool critical, bool isLongLength, byte[] data)

Parameters

critical bool
isLongLength bool
data byte[]

SignatureCreationTime(bool, DateTime)

public SignatureCreationTime(bool critical, DateTime date)

Parameters

critical bool
date DateTime

Methods

GetTime()

public DateTime GetTime()

Returns

DateTime

TimeToBytes(DateTime)

protected static byte[] TimeToBytes(DateTime time)

Parameters

time DateTime

Returns

byte[]