Class SVNWinCrypt

java.lang.Object
org.tmatesoft.svn.core.internal.util.jna.SVNWinCrypt

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static char[]
    decrypt(char[] encryptedData)
     
    static char[]
    encrypt(char[] rawData)
     
    static boolean
     

    Methods inherited from class java.lang.Object

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

    • SVNWinCrypt

      SVNWinCrypt()
  • Method Details

    • decrypt

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

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

      public static boolean isEnabled()