![JAR search and dependency download from the Maven repository](/logo.png)
io.airlift.security.jwks.JwkPublicKey Maven / Gradle / Ivy
package io.airlift.security.jwks;
import java.security.PublicKey;
public interface JwkPublicKey
extends PublicKey
{
String getKeyId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy