Module ssl_mgmt
[hide private]
[frames] | no frames]

Source Code for Module ssl_mgmt

 1  # -*- encoding: utf8 -*-
 
 2  """
 
 3      SSL management module:  aXAPI SSL certificate/key management implementation.
 
 4          Support the object-oriented interface for the SSL management such as:
 
 5              SslCertKeyMgmt:           
 
 6              TemplateClientSsl
 
 7              TemplateServerSsl
 
 8      
 
 9      Author : Richard Zhang, A10 Networks (c)
 
10      email  : rzhang@a10networks.com
 
11      Date   : 03/08/2012
 
12  """ 
13  
 
14  import method_call 
15  from  base import AxObject, AxAPIError 
16