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)};
|