Loading ePassport/ttcn/ePassport_Testcases.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -819,4 +819,9 @@ module ePassport_Testcases { } // end debug testcase blah() runs on MRTD { var CvCertificateBodyValue v := { cvCertificateProfileIdentifier := { tlvType := '5F29'O, tlvLength := 1, tlvValue := '00'O }, cvCertificationAuthorityReference := { tlvType := '42'O, tlvLength := 15, tlvValue := '444554455354435643413030303031'O }, cvPublicKey := { tlvType := '7F49'O, tlvLength := 79, tlvValue := '060A04007F0007020202020386410442B5527445EEBBA28487542097512BCAA7728C719061FD1586C3A6872CD1BB0CA44F91760A9C9D0769AF050C0A67185EEAF69C9B29A084EBDAF88763A95E49E7'O }, cvCertificateHolderReference := { tlvType := '5F20'O, tlvLength := 13, tlvValue := '44455445535444563030303031'O }, cvCertificateHolderAuthorizationTemplate := { tlvType := '7F4C'O, tlvLength := 14, tlvValue := '060904007F000703010201530183'O }, cvCertificateEffectiveDate := { tlvType := '5F25'O, tlvLength := 6, tlvValue := '010000040105'O }, cvCertificateExpirationDate := { tlvType := '5F24'O, tlvLength := 6, tlvValue := '010000050105'O } }; log(encvalue('AAEE'O)); log(encvalue(v)); } } // end ePassport_Testcases Loading
ePassport/ttcn/ePassport_Testcases.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -819,4 +819,9 @@ module ePassport_Testcases { } // end debug testcase blah() runs on MRTD { var CvCertificateBodyValue v := { cvCertificateProfileIdentifier := { tlvType := '5F29'O, tlvLength := 1, tlvValue := '00'O }, cvCertificationAuthorityReference := { tlvType := '42'O, tlvLength := 15, tlvValue := '444554455354435643413030303031'O }, cvPublicKey := { tlvType := '7F49'O, tlvLength := 79, tlvValue := '060A04007F0007020202020386410442B5527445EEBBA28487542097512BCAA7728C719061FD1586C3A6872CD1BB0CA44F91760A9C9D0769AF050C0A67185EEAF69C9B29A084EBDAF88763A95E49E7'O }, cvCertificateHolderReference := { tlvType := '5F20'O, tlvLength := 13, tlvValue := '44455445535444563030303031'O }, cvCertificateHolderAuthorizationTemplate := { tlvType := '7F4C'O, tlvLength := 14, tlvValue := '060904007F000703010201530183'O }, cvCertificateEffectiveDate := { tlvType := '5F25'O, tlvLength := 6, tlvValue := '010000040105'O }, cvCertificateExpirationDate := { tlvType := '5F24'O, tlvLength := 6, tlvValue := '010000050105'O } }; log(encvalue('AAEE'O)); log(encvalue(v)); } } // end ePassport_Testcases