pub type SigningTime = Time;
pub enum SigningTime { UtcTime(UtcTime), GeneralizedTime(GeneralizedTime), }