Home | Trees | Indices | Help |
---|
|
object --+ | GeneralName
An object representing a GeneralName or list of GeneralNames.
|
|||
|
|||
|
|||
|
|||
|
|||
:Parameters: |
|
||
Inherited from |
|
|||
type_enum Returns the general name type enumerated constant |
|||
type_name Returns the general name type enumerated constant as a string |
|||
type_string Returns the type of the general name as a string (e.g. |
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
repr_kind : RepresentationKind constant Specifies what the contents of the returned tuple will be. May be one of: AsObject The general name as a nss.GeneralName object AsString The general name as a string. (e.g. "http://crl.geotrust.com/crls/secureca.crl") AsTypeString The general name type as a string. (e.g. "URI") AsTypeEnum The general name type as a general name type enumerated constant. (e.g. nss.certURI ) AsLabeledString The general name as a string with it's type prepended. (e.g. "URI: http://crl.geotrust.com/crls/secureca.crl" Returns the value of the GeneralName according to the representation type parameter.
|
|
type_stringReturns the type of the general name as a string (e.g. "URI") |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Aug 4 17:36:09 2011 | http://epydoc.sourceforge.net |