Subversion Repositories oidplus

Rev

Rev 1414 | Rev 1454 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1414 Rev 1439
Line 117... Line 117...
117
                                        $obj_hex = strtoupper(str_pad(dechex(smallhash($hash_payload)),8,'0',STR_PAD_LEFT));
117
                                        $obj_hex = strtoupper(str_pad(dechex(smallhash($hash_payload)),8,'0',STR_PAD_LEFT));
118
                                        $aid = 'D276000186B20005'.$sid_hex.$obj_hex;
118
                                        $aid = 'D276000186B20005'.$sid_hex.$obj_hex;
119
                                        $ids[] = new OIDplusAltId('aid', $aid,
119
                                        $ids[] = new OIDplusAltId('aid', $aid,
120
                                                _L('OIDplus Information Object Application Identifier (ISO/IEC 7816)'),
120
                                                _L('OIDplus Information Object Application Identifier (ISO/IEC 7816)'),
121
                                                ' ('._L('No PIX allowed').')',
121
                                                ' ('._L('No PIX allowed').')',
122
                                                'https://oidplus.viathinksoft.com/oidplus/?goto=aid%3AD276000186B20005');
122
                                                'https://hosted.oidplus.com/viathinksoft/?goto=aid%3AD276000186B20005');
123
                                }
123
                                }
124
                        }
124
                        }
125
 
125
 
126
                        // Make a MAC based on AAI (not 100% worldwide unique!)
126
                        // Make a MAC based on AAI (not 100% worldwide unique!)
127
                        // ... exclude MACs, because an MAC is already a MAC
127
                        // ... exclude MACs, because an MAC is already a MAC