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.String getEncryptedValue​(java.lang.String value)  
    static EncryptionHandler getInstance()  
    protected java.util.Properties getProperties​(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

      public static EncryptionHandler 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)