| Method Summary |
| |
__init__(self,
path,
keyPath,
repo)
Create a certificate object. |
| |
GetFilePath(self,
filename)
|
| |
GetFingerprint(self)
Returns a tuple (type, fingerprint) |
| |
GetIssuer(self)
|
| |
GetIssuerSerialHash(self)
|
| |
GetKeyPath(self)
|
| |
GetMetadata(self,
key)
|
| |
GetModulus(self)
|
| |
GetModulusHash(self)
|
| |
GetNotValidAfter(self)
Return notafter time as seconds since the epoch |
| |
GetNotValidAfterText(self)
Return notafter time as a text string in the local timezone. |
| |
GetNotValidBefore(self)
Return notbefore time as seconds since the epoch |
| |
GetNotValidBeforeText(self)
Return notbefore time as a text string in the local timezone. |
| |
GetPath(self)
|
| |
GetSerialNumber(self)
|
| |
GetShortSubject(self)
|
| |
GetSubject(self)
|
| |
GetSubjectHash(self)
|
| |
GetVerboseHtml(self)
|
| |
GetVerboseText(self)
|
| |
GetVersion(self)
|
| |
IsExpired(self)
|
| |
IsGlobusProxy(self)
|
| |
SetMetadata(self,
key,
value)
|
| |
WriteCertificate(self,
file)
Write the certificate to the given file. |