Versions in this module Expand all Collapse all v0 v0.0.1 Sep 16, 2025 Changes in this version + type PKCS struct + Context *crypto11.Context + ECCRawOutput bool + PkcsId []byte + PkcsLabel []byte + X509Certificate *x509.Certificate + func NewPKCSCrypto(conf *PKCS) (PKCS, error) + func (t PKCS) Public() crypto.PublicKey + func (t PKCS) Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) ([]byte, error) + func (t PKCS) TLSCertificate() (tls.Certificate, error)