X509CRL
X509CRL is a class for managing X509CRL This class is used to manage the revoked certificates….
- class DIRAC.Core.Security.m2crypto.X509CRL.X509CRL(cert=None)
Bases:
object
- __init__(cert=None)
- dumpAllToFile(filename=False)
Dump all to file. If no filename specified a temporal one will be created
- dumpAllToString()
Dump all to string
- getIssuer()
- hasExpired()
- classmethod instanceFromFile(crlLocation)
Instance a X509CRL from a file
- loadCRLFromFile(crlLocation)
Load a x509CRL certificate from a pem file Return : S_OK / S_ERROR