Class SaltedSecretKeyConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SaltedSecretKey read​(org.simpleframework.xml.stream.InputNode node)  
      void write​(org.simpleframework.xml.stream.OutputNode node, SaltedSecretKey saltedSecretKey)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • read

        public SaltedSecretKey read​(org.simpleframework.xml.stream.InputNode node)
                             throws java.lang.Exception
        Specified by:
        read in interface org.simpleframework.xml.convert.Converter<SaltedSecretKey>
        Throws:
        java.lang.Exception
      • write

        public void write​(org.simpleframework.xml.stream.OutputNode node,
                          SaltedSecretKey saltedSecretKey)
        Specified by:
        write in interface org.simpleframework.xml.convert.Converter<SaltedSecretKey>