public override string ToString() { return(new JavaString(CharUtils.ToUNBytes(Base64Coder.Encode(data))).ToString()); }
public byte[] GetUNBytes() { return(CharUtils.ToUNBytes(GetBytes())); }