load(
   doc xml.DomDocument ) 
 | 
Loads the given XML document with ds:X509Data as root node in a
CryptoX509 object. | 
loadDER(
   filename STRING ) 
 | 
Loads a X509 certificate from a file in DER
format. | 
loadFromString(
   str STRING ) 
 | 
Loads the given X509 certificate in BASE64 string format into this
CryptoX509 object. | 
loadPEM(
   filename STRING ) 
 | 
Loads a X509 certificate from a file in PEM
format. | 
save()
  RETURNS xml.DomDocument 
 | 
Saves the CryptoX509 certificate into a XML document with
ds:X509Data element as root node. | 
saveToString()
  RETURNS STRING 
 | 
Saves the CryptoX509 certificate into a BASE64 string
format. |