Class Index | File Index

Classes


Class Base64x


Version 1.1 (07 May 2012).
Base64URL and supplementary functions for Tom Wu's base64.js library
Defined in: base64x-1.1.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Base64URL and supplementary functions for Tom Wu's base64.js library.
Class Detail
Base64x()
Base64URL and supplementary functions for Tom Wu's base64.js library.
This class is just provide information about global functions defined in 'base64x.js'. The 'base64x.js' script file provides global functions for converting following data each other.
  • (ASCII) String
  • UTF8 String including CJK, Latin and other characters
  • byte array
  • hexadecimal encoded String
  • Full URIComponent encoded String (such like "%69%94")
  • Base64 encoded String
  • Base64URL encoded String
All functions in 'base64x.js' are defined in global__ and not in this class.
Author: Kenji Urushima.
Requires:
base64.js
See:
'jwjws'(JWS JavaScript Library) home page https://kjur.github.io/jsjws/
'jwrsasign'(RSA Sign JavaScript Library) home page https://kjur.github.io/jsrsasign/

© 2012-2023 Kenji Urushima, All rights reserved
Documentation generated by JsDoc Toolkit 2.4.0