Lines Matching full:signer
1526 // signee and priv is the private key of the signer.
1530 // All keys types that are implemented via crypto.Signer are supported (This
1533 key, ok := priv.(crypto.Signer)
1535 return nil, errors.New("x509: certificate private key does not implement crypto.Signer")
1639 key, ok := priv.(crypto.Signer)
1641 return nil, errors.New("x509: certificate private key does not implement crypto.Signer")
1787 // The private key is the private key of the signer.
1791 // All keys types that are implemented via crypto.Signer are supported (This
1794 key, ok := priv.(crypto.Signer)
1796 return nil, errors.New("x509: certificate private key does not implement crypto.Signer")