| 
  | decode(self,
        derEle,
        noLeftOvers=0)
   |  |  Decode a complete DER element, and re-initializes this
object with it. 
@param derEle       A complete DER element. It must start with a DER Ttag.@param noLeftOvers  Indicate whether it is acceptable to complete theparsing of the DER element and find that not all
bytes in derEle have been used. @return             Index of the first unused byte in the given DER element. Raises a ValueError exception in case of parsing errors.
Raises an IndexError exception if the DER element is too short. 
    Overrides:
        DerObject.decode
        (inherited documentation) |