Skip to main content

Class: UTCTime

Hierarchy

Implements

Constructors

constructor

new UTCTime(«destructured»?): UTCTime

Parameters

NameType
«destructured»UTCTimeParams

Returns

UTCTime

Overrides

VisibleString.constructor

Properties

blockLength

blockLength: number

Inherited from

VisibleString.blockLength


day

day: number

Implementation of

IUTCTime.day


error

error: string

Inherited from

VisibleString.error


hour

hour: number

Implementation of

IUTCTime.hour


idBlock

idBlock: LocalIdentificationBlock

Inherited from

VisibleString.idBlock


lenBlock

lenBlock: LocalLengthBlock

Inherited from

VisibleString.lenBlock


minute

minute: number

Implementation of

IUTCTime.minute


month

month: number

Implementation of

IUTCTime.month


name

name: string

Inherited from

VisibleString.name


optional

optional: boolean

Inherited from

VisibleString.optional


primitiveSchema

Optional primitiveSchema: BaseBlock<ValueBlock, LocalBaseBlockJson>

Inherited from

VisibleString.primitiveSchema


second

second: number

Implementation of

IUTCTime.second


valueBeforeDecodeView

valueBeforeDecodeView: Uint8Array

Since

3.0.0

Inherited from

VisibleString.valueBeforeDecodeView


valueBlock

valueBlock: LocalSimpleStringValueBlock

Inherited from

VisibleString.valueBlock


warnings

warnings: string[]

Inherited from

VisibleString.warnings


year

year: number

Implementation of

IUTCTime.year


NAME

Static NAME: string = "UTCTime"

Overrides

VisibleString.NAME

Accessors

valueBeforeDecode

get valueBeforeDecode(): ArrayBuffer

Returns

ArrayBuffer

Deprecated

since version 3.0.0

Inherited from

VisibleString.valueBeforeDecode

set valueBeforeDecode(value): void

Parameters

NameType
valueArrayBuffer

Returns

void

Deprecated

since version 3.0.0

Inherited from

VisibleString.valueBeforeDecode

Methods

fromBER

fromBER(inputBuffer, inputOffset, inputLength): number

Parameters

NameType
inputBufferUint8Array | ArrayBuffer
inputOffsetnumber
inputLengthnumber

Returns

number

Inherited from

VisibleString.fromBER


fromBuffer

fromBuffer(inputBuffer): void

Parameters

NameType
inputBufferUint8Array | ArrayBuffer

Returns

void

Overrides

VisibleString.fromBuffer


fromDate

fromDate(inputDate): void

Function converting "Date" object into ASN.1 internal string

Parameters

NameTypeDescription
inputDateDateJavaScript "Date" object

Returns

void

Implementation of

IDateConvertible.fromDate


fromString

fromString(inputString): void

Parameters

NameType
inputStringstring

Returns

void

Overrides

VisibleString.fromString


getValue

getValue(): string

String value

Returns

string

Since

3.0.0

Inherited from

VisibleString.getValue


isEqual

isEqual(other): other is UTCTime

Determines whether two object instances are equal

Parameters

NameTypeDescription
otherunknownObject to compare with the current object

Returns

other is UTCTime

Inherited from

VisibleString.isEqual


onAsciiEncoding

onAsciiEncoding(): string

Returns

string

Overrides

VisibleString.onAsciiEncoding


setValue

setValue(value): void

String value

Parameters

NameTypeDescription
valuestringString value

Returns

void

Since

3.0.0

Inherited from

VisibleString.setValue


toBER

toBER(sizeOnly?, writer?): ArrayBuffer

Parameters

NameType
sizeOnly?boolean
writer?ViewWriter

Returns

ArrayBuffer

Inherited from

VisibleString.toBER


toBuffer

toBuffer(): ArrayBuffer

Function converting ASN.1 internal string into ArrayBuffer

Returns

ArrayBuffer


toDate

toDate(): Date

Converts a class object into the JavaScrip Date Object

Returns

Date

Date object

Implementation of

IDateConvertible.toDate


toJSON

toJSON(): UTCTimeJson

Returns

UTCTimeJson

Overrides

VisibleString.toJSON


toString

toString(encoding?): string

Parameters

NameTypeDefault value
encodingDateStringEncoding"iso"

Returns

string

Overrides

VisibleString.toString


blockName

blockName(): string

Aux function, need to get a block name. Need to have it here for inheritance

Returns

string

Returns name of the block

Inherited from

VisibleString.blockName