Package com.musicxmltasks.properties
Class EncryptionHandler
java.lang.Object
com.musicxmltasks.properties.EncryptionHandler
public class EncryptionHandler
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description java.lang.StringgetEncryptedValue(java.lang.String value)static EncryptionHandlergetInstance()protected java.util.PropertiesgetProperties(java.io.InputStream inputStream)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getInstance
-
getProperties
protected java.util.Properties getProperties(java.io.InputStream inputStream) throws java.io.IOException- Throws:
java.io.IOException
-
getEncryptedValue
public java.lang.String getEncryptedValue(java.lang.String value)
-