Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | Extensions
Represents x.509 (v3) custom extensions.
|
|||
new empty dictionary |
|
||
Extensions |
|
||
str |
|
||
(OID, value) |
|
||
Extensions |
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
pattern = re.compile('([0-9]+\.)+[0-9]+:')
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Left trim n parts.
|
Get the value of an extension by oid. Note: The oid may contain (*) wildcards.
|
Find all extensions matching the oid. Note: The oid may contain (*) wildcards.
See Also: OID.match() |
Find a subtree by matching the oid.
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 7 12:30:33 2010 | http://epydoc.sourceforge.net |