bluecrystal.service.loader.SignaturePolicyLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluecrystal.deps.service Show documentation
Show all versions of bluecrystal.deps.service Show documentation
API that should be used by applications
package bluecrystal.service.loader;
public interface SignaturePolicyLoader {
byte[] loadFromUrl(String url) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy