}
else
{
if (index - 1 == 0)
{
DERGeneralizedTime dateOfCertgen = null;
try
{
dateOfCertgen = DERGeneralizedTime
.getInstance(((X509Certificate) certPath
.getCertificates().get(index - 1))
.getExtensionValue(ISISMTTObjectIdentifiers.id_isismtt_at_dateOfCertGen
.getId()));
}
catch (IllegalArgumentException e)
{
throw new AnnotatedException(
"Date of cert gen extension could not be read.");
}
if (dateOfCertgen != null)
{
try
{
return dateOfCertgen.getDate();
}
catch (ParseException e)
{
throw new AnnotatedException(
"Date from dat of cert gen extension could not be parsed.",