func()

in ccadb2OneCRL/set/set.go [36:47]


func (t *Type) String() string {
	switch *t {
	case IssuerSerialType:
		return "IssuerSerial"
	case SubjectKeyHashType:
		return "SubjectKeyHash"
	case Either:
		return "Either"
	}
	log.Panic()
	return ""
}