File: libs/js/pidCrypt/javascripts/compressed/string_extend_c.js

Recommend this page to a friend!
  Classes of Jason Gerfen   jQuery.pidCrypt   libs/js/pidCrypt/javascripts/compressed/string_extend_c.js   Download  
File: libs/js/pidCrypt/javascripts/compressed/string_extend_c.js
Role: Application script
Content type: text/plain
Description: Application script
Class: jQuery.pidCrypt
Encrypt form values using RSA and AES
Author: By
Last change: Update of libs/js/pidCrypt/javascripts/compressed/string_extend_c.js
Date: 2 years ago
Size: 810 bytes
 

Contents

Class file image Download
String.prototype.encodeBase64=function(a){return pidCryptUtil.encodeBase64(this,a)};String.prototype.decodeBase64=function(a){return pidCryptUtil.decodeBase64(this,a)};String.prototype.encodeUTF8=function(){return pidCryptUtil.encodeUTF8(this)};String.prototype.decodeUTF8=function(){return pidCryptUtil.decodeUTF8(this)};String.prototype.convertToHex=function(){return pidCryptUtil.convertToHex(this)};String.prototype.convertFromHex=function(){return pidCryptUtil.convertFromHex(this)};String.prototype.stripLineFeeds=function(){return pidCryptUtil.stripLineFeeds(this)};String.prototype.toByteArray=function(){return pidCryptUtil.toByteArray(this)};String.prototype.fragment=function(b,a){return pidCryptUtil.fragment(this,b,a)};String.prototype.formatHex=function(a){return pidCryptUtil.formatHex(this,a)};