()
| 5 | import "strconv" |
| 6 | |
| 7 | func _() { |
| 8 | // An "invalid array index" compiler error signifies that the constant values have changed. |
| 9 | // Re-run the stringer command to generate them again. |
| 10 | var x [1]struct{} |
| 11 | _ = x[PKCS1WithSHA256-1025] |
| 12 | _ = x[PKCS1WithSHA384-1281] |
| 13 | _ = x[PKCS1WithSHA512-1537] |
| 14 | _ = x[PSSWithSHA256-2052] |
| 15 | _ = x[PSSWithSHA384-2053] |
| 16 | _ = x[PSSWithSHA512-2054] |
| 17 | _ = x[ECDSAWithP256AndSHA256-1027] |
| 18 | _ = x[ECDSAWithP384AndSHA384-1283] |
| 19 | _ = x[ECDSAWithP521AndSHA512-1539] |
| 20 | _ = x[Ed25519-2055] |
| 21 | _ = x[PKCS1WithSHA1-513] |
| 22 | _ = x[ECDSAWithSHA1-515] |
| 23 | } |
| 24 | |
| 25 | const ( |
| 26 | _SignatureScheme_name_0 = "PKCS1WithSHA1" |
nothing calls this directly
no outgoing calls
no test coverage detected