public interface LicenceLoader
| Modifier and Type | Method and Description |
|---|---|
Licence |
loadLicence(File file) |
Licence |
loadLicence(InputStream inputStream) |
Licence |
loadLicence(String filename) |
Licence loadLicence(File file) throws IOException, NoSuchAlgorithmException, InvalidKeySpecException
Licence loadLicence(InputStream inputStream) throws IOException, NoSuchAlgorithmException, InvalidKeySpecException
Licence loadLicence(String filename) throws IOException, NoSuchAlgorithmException, InvalidKeySpecException
Copyright © 2011–2014 Tigase. All rights reserved.