github.com/jcmturner/gokrb5/v8@v8.4.4/iana/trtype/constants.go (about) 1 // Package trtype provides Transited Encoding Type assigned numbers. 2 package trtype 3 4 // Transited Encoding Type IDs. 5 const ( 6 DOMAIN_X500_COMPRESS int32 = 1 7 //Reserved values All others 8 )