We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3974ef commit 8695b47Copy full SHA for 8695b47
src/main/java/ehn/techiop/hcert/CertificateProvider.java
@@ -5,5 +5,5 @@
5
import java.security.PublicKey;
6
7
public interface CertificateProvider {
8
- PublicKey provideKey(String kid, String issuer);
+ PublicKey provideKey(String kid, String issuer) throws CoseException;
9
}
0 commit comments