Ejemplo n.º 1
0
 public Set getNonCriticalExtensionOIDs() {
   return OCSPUtils.getNonCriticalExtensionOIDs(extensions);
 }
Ejemplo n.º 2
0
 public Date getProducedAt() {
   return OCSPUtils.extractDate(data.getProducedAt());
 }
Ejemplo n.º 3
0
 public List getExtensionOIDs() {
   return OCSPUtils.getExtensionOIDs(extensions);
 }
Ejemplo n.º 4
0
 public Date getRevocationTime() {
   return OCSPUtils.extractDate(info.getRevocationTime());
 }