去除Raw接口

This commit is contained in:
zhangyongding 2024-09-29 09:56:11 +08:00
parent d9fc9bd5c6
commit 75233a7c1b

View File

@ -30,10 +30,6 @@ type PKCS7 struct {
raw any
}
func (p7 *PKCS7) Raw() any {
return p7.raw
}
type contentInfo struct {
ContentType asn1.ObjectIdentifier
Content asn1.RawValue `asn1:"explicit,optional,tag:0"`