Skip to content

Commit 8695b47

Browse files
committed
Easing the test effort
1 parent f3974ef commit 8695b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ehn/techiop/hcert/CertificateProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
import java.security.PublicKey;
66

77
public interface CertificateProvider {
8-
PublicKey provideKey(String kid, String issuer);
8+
PublicKey provideKey(String kid, String issuer) throws CoseException;
99
}

0 commit comments

Comments
 (0)