Class DebugProxyISVNWinCryptLibrary
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.util.jna.DebugProxyISVNWinCryptLibrary
-
- All Implemented Interfaces:
com.sun.jna.AltCallingConvention
,com.sun.jna.Library
,com.sun.jna.win32.StdCall
,com.sun.jna.win32.StdCallLibrary
public class DebugProxyISVNWinCryptLibrary extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DebugProxyISVNWinCryptLibrary(org.tmatesoft.svn.core.internal.util.jna.ISVNWinCryptLibrary myLibrary, ISVNDebugLog myDebugLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
CryptProtectData(com.sun.jna.Pointer dataIn, com.sun.jna.WString description, com.sun.jna.Pointer entropy, com.sun.jna.Pointer reserved, com.sun.jna.Pointer struct, com.sun.jna.NativeLong flags, com.sun.jna.Pointer out)
boolean
CryptUnprotectData(com.sun.jna.Pointer dataIn, com.sun.jna.Pointer description, com.sun.jna.Pointer entropy, com.sun.jna.Pointer reserved, com.sun.jna.Pointer struct, com.sun.jna.NativeLong flags, com.sun.jna.Pointer out)
-
-
-
Constructor Detail
-
DebugProxyISVNWinCryptLibrary
public DebugProxyISVNWinCryptLibrary(org.tmatesoft.svn.core.internal.util.jna.ISVNWinCryptLibrary myLibrary, ISVNDebugLog myDebugLog)
-
-
Method Detail
-
CryptProtectData
public boolean CryptProtectData(com.sun.jna.Pointer dataIn, com.sun.jna.WString description, com.sun.jna.Pointer entropy, com.sun.jna.Pointer reserved, com.sun.jna.Pointer struct, com.sun.jna.NativeLong flags, com.sun.jna.Pointer out)
-
CryptUnprotectData
public boolean CryptUnprotectData(com.sun.jna.Pointer dataIn, com.sun.jna.Pointer description, com.sun.jna.Pointer entropy, com.sun.jna.Pointer reserved, com.sun.jna.Pointer struct, com.sun.jna.NativeLong flags, com.sun.jna.Pointer out)
-
-