Beispiel #1
0
 def get_not_after(self):
     """Get not_valid_after field."""
     return crypto_util.asn1_generalizedtime_to_dt(
         self._cert.get_notAfter())
 def get_not_after(self):
     """Get not_valid_after field."""
     return crypto_util.asn1_generalizedtime_to_dt(
         self._cert.get_notAfter())
Beispiel #3
0
 def get_not_before(self):
     """Get not_valid_before field."""
     return crypto_util.asn1_generalizedtime_to_dt(
         self._cert.get_notBefore())
 def get_not_before(self):
     """Get not_valid_before field."""
     return crypto_util.asn1_generalizedtime_to_dt(
         self._cert.get_notBefore())