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. |
|
|
int or long
|
get_integer()
If the SecItem contains an ASN.1 integer in DER format return
a Python integer (or long) |
|
|
(obj, ...)
|
get_oid_sequence(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__
|