Returns the cryptographic algorithm of the key that generated the signature
()
| 122 | * Returns the cryptographic algorithm of the key that generated the signature |
| 123 | */ |
| 124 | public int |
| 125 | getAlgorithm() { |
| 126 | return alg; |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Returns the number of labels in the signed domain name. This may be |
no outgoing calls
no test coverage detected