All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.airlift.security.jwks.JwkPublicKey Maven / Gradle / Ivy

There is a newer version: 284
Show newest version
package io.airlift.security.jwks;

import java.security.PublicKey;

public interface JwkPublicKey
        extends PublicKey
{
    String getKeyId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy