XinYeYouKu/app/third/dfpOpenSdk/enum/enum.go

10 lines
167 B
Go

package enum
type SignType string
const (
SHA1WITHRSA SignType = "SHA1WithRSA"
SHA256WITHRSA SignType = "SHA256WithRSA"
SM3WITHSM2 SignType = "SM3WithSM2"
)