package org.bouncycastle.asn1; import ewe.sys.Date; public class ASN1GeneralizedTime extends DERGeneralizedTime { ASN1GeneralizedTime(byte[] bytes) { super(bytes); } /* public ASN1GeneralizedTime(Date time) { super(time); } */ public ASN1GeneralizedTime(String time) { super(time); } }