Subversion Repositories uuid_mac_utils

Rev

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

Rev 4 Rev 5
Line 42... Line 42...
42
 
42
 
43
                return $out;
43
                return $out;
44
        }
44
        }
45
 
45
 
46
        /**
46
        /**
47
         * @return Outputs .<oid> for an absolute OID and <oid> for a relative OID.
47
         * @return string Outputs .<oid> for an absolute OID and <oid> for a relative OID.
48
         */
48
         */
49
        public static function derToOID($abBinary, $verbose=false) {
49
        public static function derToOID($abBinary, $verbose=false) {
50
                $output_oid = array();
50
                $output_oid = array();
51
                $output_absolute = true;
51
                $output_absolute = true;
52
 
52