if (o == null || o instanceof ESSCertID)
{
return (ESSCertID)o;
}
else if (o instanceof ASN1Sequence)
{
return new ESSCertID((ASN1Sequence)o);
}
throw new IllegalArgumentException(
"unknown object in 'ESSCertID' factory : "
+ o.getClass().getName() + ".");