void encode(DEROutputStream out) throws IOException { out.writeEncoded(GENERALIZED_TIME, this.getOctets()); }
void encode(DEROutputStream out) throws IOException { out.writeEncoded(UTC_TIME, time.getBytes()); }