Searched refs:rsaPSSSigner (Results 1 – 1 of 1) sorted by relevance
216 type rsaPSSSigner struct { struct220 func (r *rsaPSSSigner) supportsKey(key crypto.PrivateKey) bool { argument225 func (r *rsaPSSSigner) signMessage(key crypto.PrivateKey, config *Config, msg []byte) ([]byte, erro… argument236 func (r *rsaPSSSigner) verifyMessage(key crypto.PublicKey, msg, sig []byte) error { argument324 return &rsaPSSSigner{crypto.SHA256}, nil326 return &rsaPSSSigner{crypto.SHA384}, nil328 return &rsaPSSSigner{crypto.SHA512}, nil