Algorithm returns the name of the algorithm
()
| 24 | |
| 25 | // Algorithm returns the name of the algorithm |
| 26 | func (e RSA) Algorithm() string { |
| 27 | return e.algorithm |
| 28 | } |
| 29 | |
| 30 | // Encrypt implements encrypter. certificate must be a []byte containing the ASN.1 bytes |
| 31 | // of certificate containing an RSA public key. |
nothing calls this directly
no outgoing calls
no test coverage detected