Home | Trees | Indices | Help |
|
---|
|
NDG X500 Distinguished name
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
None |
|
||
a shallow copy of D |
|
||
list of D's keys |
|
||
list of D's (key, value) pairs, as 2-tuples |
|
||
list of D's values |
|
||
True if D has a key k, else False |
|
||
True if D has a key k, else False |
|
||
D[k] if k in D, else d |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|
|||
__shortNameLUT =
|
|||
SLASH_PARSER_RE_STR =
|
|||
SLASH_PARSER_RE = re.compile(r'/
|
|||
COMMA_PARSER_RE_STR =
|
|||
COMMA_PARSER_RE = re.compile(r',
|
|||
Inherited from |
|
|||
Inherited from |
|
Create a new X500 Distinguished Name
|
Give representation based on underlying dict object
|
Behaviour for print and string statements - convert DN into serialised format.
|
Return true if the all the fields of the two DNs are equal
|
Return true if the all the fields of the two DNs are equal
|
Prevent keys from being deleted.
|
x[y]
|
x[i]=y
|
Remove all items from D.
|
|
|
|
|
|
|
d defaults to None.
|
Attempt to parse the separator character from a given input DN string. If not found, return None DNs don't use standard separators e.g. /C=UK/O=eScience/OU=CLRC/L=DL/CN=AN Other CN=SUM Oneelse,L=Didcot, O=RAL,OU=SSTD This function isolates and identifies the character. - In the above, '/' and ',' respectively |
Convenience method to create an X500DN object from a DN string
|
Convenience method to create an X500DN object from a DN string
|
Convenience method to create an X500DN object from a DN string
|
|
__shortNameLUT
|
SLASH_PARSER_RE_STR
|
SLASH_PARSER_RE
|
COMMA_PARSER_RE_STR
|
COMMA_PARSER_RE
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 4 22:19:32 2012 | http://epydoc.sourceforge.net |