You are viewing information archived from Mozilla.org on 2014-10-02.
Encoded data. Used internally by NSS
|
|
|
|
|
|
|
|
|
|
|
__init__(data=None,
type=siBuffer)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
|
|
|
string or list of strings
|
der_to_hex(octets_per_line=0,
separator=':')
Interpret the SecItem as containing DER encoded data consisting
of a <type,length,value> triplet (e.g. |
|
|
|
(obj, ...)
|
get_oid_sequence(sec_item,
repr_kind=AsString)
Return a tuple of OID's according the representation kind. |
|
|
|
string or list of strings
|
to_hex(octets_per_line=0,
separator=':')
Equivalent to calling data_to_hex(sec_item) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|