Ejemplo n.º 1
0
 public CRLReason getRevocationReason() {
   if (!hasExtensions()) {
     return null;
   }
   return X509CRLEntryImpl.getRevocationReason(this);
 }