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

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

package com.thebund1st.daming.jwt.key;

public interface KeyBytesLoader {
    byte[] getBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy