Methods
addMinutes
- addMinutes(date: Date, time: number): Date
formatTime
- formatTime(date: Date): string
-
Parameters
Returns string
makeSoapRequest
- makeSoapRequest(url: string, body: __type): Promise<any>
- makeSoapRequest(url: string, body: __type, signatureKey: Key, trustStore: TrustStore): Promise<any>
-
Parameters
Returns Promise<any>
-
Parameters
-
url: string
-
body: __type
-
signatureKey: Key
-
Returns Promise<any>
Private signEnvelope
- signEnvelope(body: string, key: Key): string
-
Parameters
Returns string
Private verifyEnvelopeSignature
- verifyEnvelopeSignature(body: string, document: any, trustStore: TrustStore): Promise<boolean>
-
Parameters
-
body: string
-
document: any
-
Returns Promise<boolean>
Helper method to add minutes to given Date object.
If a parameter specified is outside of the expected range, set*() attempts to update the date information in the Date object accordingly