Method Standards.ASN1.Decode.secure_der_decode()
- Method
secure_der_decode
 
- .Types.Object|- zerosecure_der_decode(- string(8bit)- data,- mapping(- int:- program)|- void- types)
- Description
- Works just like simple_der_decode, except it will return - 0on errors, including if there is leading or trailing data in the provided ASN.1- data.
- See also