コード例 #1
0
 void encode(DEROutputStream out) throws IOException {
   out.writeEncoded(GENERALIZED_TIME, this.getOctets());
 }
コード例 #2
0
ファイル: DERUTCTime.java プロジェクト: haruyama/J2ME
 void encode(DEROutputStream out) throws IOException {
   out.writeEncoded(UTC_TIME, time.getBytes());
 }