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

com.github.ncredinburgh.tomcat.KeyLocator Maven / Gradle / Ivy

There is a newer version: 0.2
Show newest version
package com.github.ncredinburgh.tomcat;

import java.util.Properties;

public interface KeyLocator {
	
	public void configure(Properties properties) throws DecryptionException;

	public byte[] locateKey() throws DecryptionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy