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