vqServer API Class vq.utils.utils
java.lang.Object
|
+----vq.utils.utils
|
|
public utils()
public static byte[] strToByteArr(java.lang.String theString)
theString - the string to convert
public static java.lang.String getCookieAttr(java.lang.String theCookie,
java.lang.String theAttribute)
theCookie - data part of the cookie header
theAttribute - the name of the attribute to extract
public static final java.lang.String qsEncode(java.lang.String plainText)
theString - the string to encode
public static final java.lang.String qsDecode(java.lang.String theCipher)
theCipher - the string to decode
public static final java.lang.String b64Encode(java.lang.String plainText)
plainText - the string to encode
public static final java.lang.String b64Decode(java.lang.String theCipher)
theCipher - the string to decode
public static final byte[] b64Decode(byte theCipherArr[])
theCipherArr - the byte[] to decode
|
vqServer API version 1.9. vqServer and the vqServer API are copyright © Steve Shering and vqSoft 1997-2000. Last updated 15 May 2000. |
|