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

uk.ac.ceh.components.tokengeneration.stateless.StatelessTokenKeyContainer Maven / Gradle / Ivy

The newest version!
package uk.ac.ceh.components.tokengeneration.stateless;

import javax.crypto.SecretKey;

/**
 * The following interface specifics how to get obtain the keys required by the
 * StatelessTokenKeyGenerator
 * @author Christopher Johnson
 */
public interface StatelessTokenKeyContainer {
    SecretKey getHMacKey();
    SecretKey getKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy