...
Package remotesigner
import "github.com/google/s2a-go/internal/v2/remotesigner"
- Overview
- Index
Package remotesigner offloads private key operations to S2Av2.
func New(leafCert *x509.Certificate, s2AStream stream.S2AStream) crypto.Signer
New returns an instance of RemoteSigner, an implementation of the
crypto.Signer interface.