constants.go 205 B

12345678
  1. // Package trtype provides Transited Encoding Type assigned numbers.
  2. package trtype
  3. // Transited Encoding Type IDs.
  4. const (
  5. DOMAIN_X500_COMPRESS int32 = 1
  6. //Reserved values All others
  7. )