// In 1.2 beta 4, this constructor is required since the base class // has a constructor only with this signature super(b); encoding = new byte[b.length]; System.arraycopy(b, 0, encoding, 0, b.length);
return encoding;
return "XYZ Special Format";
return (XYZPublicKey) new XYZKey(encoding);
if (encoding == null) return "Public Spec no encoding"; return "Public spec " + encoding[3] + encoding[2] + encoding[1] + encoding[0];