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

nl.martijndwars.webpush.jwt.JwtFactory Maven / Gradle / Ivy

The newest version!
package nl.martijndwars.webpush.jwt;

import java.security.interfaces.ECPrivateKey;
import java.util.Map;

@FunctionalInterface
public interface JwtFactory {

    String serialize(Map headerClaims, Map payloadClaims, ECPrivateKey vapidPrivateKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy