WordArray Class
Namespace: Stimulsoft.System.Crypt
Constructors
| Constructor | Description |
|---|---|
| constructor(number[] words, number sigBytes) |
constructor(words: number[], sigBytes: number)
Parameters
- words (number[])
- sigBytes (number)
Methods
| Method | Returns | Description |
|---|---|---|
| clamp | void | |
| concat | void | |
| toString | string |
Method Details
clamp
clamp(): void
concat
concat(wordArray: any): void
Parameters
- wordArray (any)
toString
toString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| sigBytes | number | |
| words | number[] | |
| words | any |