package pojo

const (
	NO_CRYPT int32 = iota
	RSA
	SM2
	SM4
)