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,ISVNWinCryptLibrary
public class DebugProxyISVNWinCryptLibrary extends java.lang.Object implements ISVNWinCryptLibrary
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.tmatesoft.svn.core.internal.util.jna.ISVNWinCryptLibrary
ISVNWinCryptLibrary.DATA_BLOB
-
-
Field Summary
Fields Modifier and Type Field Description private ISVNDebugLogmyDebugLogprivate ISVNWinCryptLibrarymyLibrary
-
Constructor Summary
Constructors Constructor Description DebugProxyISVNWinCryptLibrary(ISVNWinCryptLibrary myLibrary, ISVNDebugLog myDebugLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanCryptProtectData(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)booleanCryptUnprotectData(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)
-
-
-
Field Detail
-
myLibrary
private final ISVNWinCryptLibrary myLibrary
-
myDebugLog
private final ISVNDebugLog myDebugLog
-
-
Constructor Detail
-
DebugProxyISVNWinCryptLibrary
public DebugProxyISVNWinCryptLibrary(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)- Specified by:
CryptProtectDatain interfaceISVNWinCryptLibrary
-
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)- Specified by:
CryptUnprotectDatain interfaceISVNWinCryptLibrary
-
-