@Override public void write(int b) throws IOException { if (first) { first = false; } else { super.write(b); } }
@Override void encode(ASN1OutputStream out) throws IOException { out.writeEncoded(BERTags.INTEGER, bytes); }