mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-28 05:06:18 +08:00
去除Raw接口
This commit is contained in:
parent
d9fc9bd5c6
commit
75233a7c1b
@ -30,10 +30,6 @@ type PKCS7 struct {
|
|||||||
raw any
|
raw any
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p7 *PKCS7) Raw() any {
|
|
||||||
return p7.raw
|
|
||||||
}
|
|
||||||
|
|
||||||
type contentInfo struct {
|
type contentInfo struct {
|
||||||
ContentType asn1.ObjectIdentifier
|
ContentType asn1.ObjectIdentifier
|
||||||
Content asn1.RawValue `asn1:"explicit,optional,tag:0"`
|
Content asn1.RawValue `asn1:"explicit,optional,tag:0"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user