sap

package
v2.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionSigner

type ActionSigner interface {
	Sign(input []byte) ([]byte, error)
	Close() error
}

func NewSigner

func NewSigner(ctx context.Context, config Config) (ActionSigner, error)

type Config

type Config struct {
	SetupURL       string
	CertificateURL string
	Version        uint32
	HardwareID     []byte
}

type Signer

type Signer struct {
	// contains filtered or unexported fields
}

func (*Signer) Close

func (s *Signer) Close() error

func (*Signer) Sign

func (s *Signer) Sign(input []byte) ([]byte, error)

Directories

Path Synopsis
Package cpio reads the old portable ASCII CPIO format used by Apple's software-update payload.
Package cpio reads the old portable ASCII CPIO format used by Apple's software-update payload.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL