Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SpcUUIDSipInfoAppx = []byte{0x4B, 0xDF, 0xC5, 0x0A, 0x07, 0xCE, 0xE2, 0x4D, 0xB7, 0x6E, 0x23, 0xC8, 0x39, 0xA0, 0x9F, 0xD1}
)
Functions ¶
This section is empty.
Types ¶
type AppxDigest ¶
func DigestAppxTar ¶
func (*AppxDigest) Sign ¶
func (i *AppxDigest) Sign(ctx context.Context, cert *certloader.Certificate) (patch *binpatch.PatchSet, priSig, catSig *pkcs9.TimestampedSignature, err error)
type AppxSignature ¶
type ContentTypes ¶
func NewContentTypes ¶
func NewContentTypes() *ContentTypes
func (*ContentTypes) Add ¶
func (c *ContentTypes) Add(name string)
func (*ContentTypes) Find ¶
func (c *ContentTypes) Find(name string) string
func (*ContentTypes) Marshal ¶
func (c *ContentTypes) Marshal() ([]byte, error)
func (*ContentTypes) Parse ¶
func (c *ContentTypes) Parse(blob []byte) error
Click to show internal directories.
Click to hide internal directories.