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

10 lines
167 B
Go
Raw Normal View History

2024-07-08 18:01:02 +08:00
package enum
type SignType string
const (
SHA1WITHRSA SignType = "SHA1WithRSA"
SHA256WITHRSA SignType = "SHA256WithRSA"
SM3WITHSM2 SignType = "SM3WithSM2"
)