Class SVNWinCrypt


  • class SVNWinCrypt
    extends java.lang.Object
    Version:
    1.3
    • Constructor Summary

      Constructors 
      Constructor Description
      SVNWinCrypt()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static char[] decrypt​(char[] encryptedData)  
      static char[] encrypt​(char[] rawData)  
      static boolean isEnabled()  
      • Methods inherited from class java.lang.Object

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

      • SVNWinCrypt

        SVNWinCrypt()
    • Method Detail

      • decrypt

        public static char[] decrypt​(char[] encryptedData)
      • encrypt

        public static char[] encrypt​(char[] rawData)
      • isEnabled

        public static boolean isEnabled()