
org.xmind.core.IEncryptionHandler Maven / Gradle / Ivy
package org.xmind.core;
public interface IEncryptionHandler {
/**
* @return The password
*/
String retrievePassword() throws CoreException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy