Class: EncodingUtils

EncodingUtils

new EncodingUtils()

An EncodingUtils has static methods for encoding data.
Source:

Methods

(static) contentObjectToHtml()

Deprecated:
  • Use return EncodingUtils.dataToHtml(data).
Source:

(static) dataToHtml()

Return a user friendly HTML string with the contents of data. This also outputs to console.log.
Source:

(static) decodeHexContentObject()

Deprecated:
  • Use EncodingUtils.decodeHexData(input).
Source:

(static) decodeSubjectPublicKeyInfo()

Decode the Buffer array which holds SubjectPublicKeyInfo and return an RSAKey.
Source:

(static) encodeToHexContentObject()

Deprecated:
  • Use EncodingUtils.encodeToHexData(data).
Source: