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

com.thebund1st.daming.jwt.key.JwtKeyLoader Maven / Gradle / Ivy

There is a newer version: 0.9.6
Show newest version
package com.thebund1st.daming.jwt.key;

import java.security.Key;

public interface JwtKeyLoader {
    Key getKey();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy