Options
All
  • Public
  • Public/Protected
  • All
Menu
version

1.0.0

since

1.0.5

Hierarchy

  • Strings

Index

Constructors

constructor

Properties

Static Readonly BEGIN_PRIVATE_KEY

BEGIN_PRIVATE_KEY: "-----BEGIN PRIVATE KEY-----" = "-----BEGIN PRIVATE KEY-----"

Static Readonly BEGIN_PUBLIC_KEY

BEGIN_PUBLIC_KEY: "-----BEGIN PUBLIC KEY-----" = "-----BEGIN PUBLIC KEY-----"

Static Readonly BREAK_LINE_REGEXP

BREAK_LINE_REGEXP: RegExp = ...
version

2019-03-21

since

1.1.19

Static Readonly BackSlash

BackSlash: "\\" = "\\"
version

1.0.0

since

1.0.5

Static Readonly CR

CR: "\r" = "\r"

\r, (Carriage Return) Used as a new line character in Mac OS before X

version

1.0.0

since

1.0.5

Static Readonly CR_LF

CR_LF: "\r\n" = "\r\n"

\r\n, Used as a new line character in Windows

version

1.0.0

since

1.0.5

Static Readonly Development

Development: "development" = "development"
version

1.0.0

since

1.0.9

Static Readonly Dot

Dot: "." = "."
static
memberof

Strings

version

1.0.0

since

1.0.12

Static Readonly DoubleQuotes

DoubleQuotes: "\"" = "\""
static
memberof

Strings

version

1.0.0

since

1.0.6

Static Readonly END_PRIVATE_KEY

END_PRIVATE_KEY: "-----END PRIVATE KEY-----" = "-----END PRIVATE KEY-----"

Static Readonly END_PUBLIC_KEY

END_PUBLIC_KEY: "-----END PUBLIC KEY-----" = "-----END PUBLIC KEY-----"

Static Readonly Empty

Empty: "" = ""
version

1.0.0

since

1.0.5

Static Readonly Failure

Failure: "Failure" = "Failure"
static
memberof

Strings

version

1.0.0

since

1.1.1

Static Readonly HTML_BR

HTML_BR: "<br>" = "<br>"
version

1.0.0

since

1.0.5

Static Readonly HTML_NBSP

HTML_NBSP: "&nbsp;" = "&nbsp;"

non-breaking space

version

1.0.0

since

1.0.5

Static Readonly LF

LF: "\n" = "\n"

\n, (Line Feed) Used as a new line character in Unix/Mac OS X

version

1.0.0

since

1.0.5

Static Readonly LowercaseLetters

LowercaseLetters: "abcdefghijklmnopqrstuvwxyz" = "abcdefghijklmnopqrstuvwxyz"
version

1.0.0

since

1.0.5

Static Readonly Names

Names: { CRC32Instance: string; CRC64Instance: string; MD5Instance: string; SHA3Instance: string; SHAInstance: string } = ...
since

1.1.20

version

2019-03-29

Type declaration

  • CRC32Instance: string
  • CRC64Instance: string
  • MD5Instance: string
  • SHA3Instance: string
  • SHAInstance: string

Static Readonly Numbers

Numbers: "0123456789" = "0123456789"
version

1.0.0

since

1.0.5

Static Readonly PasswordSpecialCharacters

PasswordSpecialCharacters: " !\"#$%&'()*+,-./:;<=>?@[]^_`{|}~" = " !\"#$%&'()*+,-./:;<=>?@[]^_`{|}~"

Static Readonly Prefix

Prefix: "_Kaven_Default_0121_" = "_Kaven_Default_0121_"
since

1.1.20

version

2019-03-29

Static Readonly Production

Production: "production" = "production"
version

1.0.0

since

1.0.9

Static Readonly RunningMode

RunningMode: "RunningMode" = "RunningMode"
version

1.0.0

since

1.0.9

Static Readonly Slash

Slash: "/" = "/"
version

1.0.0

since

1.0.5

Static Readonly Success

Success: "Success" = "Success"
static
memberof

Strings

version

1.0.0

since

1.1.1

Static Readonly Tab

Tab: "\t" = "\t"
static
memberof

Strings

version

1.0.0

since

1.0.10

Static Readonly Unknown

Unknown: "Unknown" = "Unknown"
static
memberof

Strings

version

1.0.0

since

1.1.1

Static Readonly UppercaseLetters

UppercaseLetters: "ABCDEFGHIJKLMNOPQRSTUVWXYZ" = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
version

1.0.0

since

1.0.5

Static Readonly WhiteSpace

WhiteSpace: " " = " "
static
memberof

Strings

version

1.0.0

since

1.0.10

Static Readonly false

false: "false" = "false"
static
memberof

Strings

version

1.0.0

since

1.1.3

Static Readonly true

true: "true" = "true"
static
memberof

Strings

version

1.0.0

since

1.1.3

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Interface
  • Interface with type parameter
  • Enumeration
  • Static property

Generated using TypeDoc