typepki-strconv
v0.7.0
Published
TypeScript string converters and utilities sub module for TypePKI library (alpha version)
Downloads
46
Maintainers
Readme
typepki-strconv: TypePKI string converters and utilities sub module for TypePKI library
The 'TypePKI' library is an opensource free TypeScript PKI library which is the successor of the long lived jsrsasign library.
The 'typepki-strconv' is a TypeScript string converters and utilities sub module for TypePKI library.
Following string types are supported:
- Base64 and Base64URL encoded string
- hexadecimal string
- ArrayBuffer
- byte array
- Zule time
- UTF8 string
- raw string
- ISO 8859-1 latin string
- PEM string
- UCS2 string
- byte array
- IPv4 and v6 address
FEATURE
- Dual CommonJS/ES module package supporting CommonJS(CJS) and ES modules