Uses of Interface
org.tmatesoft.svn.core.internal.util.jna.ISVNWinCryptLibrary
-
Packages that use ISVNWinCryptLibrary Package Description org.tmatesoft.svn.core.internal.util.jna -
-
Uses of ISVNWinCryptLibrary in org.tmatesoft.svn.core.internal.util.jna
Classes in org.tmatesoft.svn.core.internal.util.jna that implement ISVNWinCryptLibrary Modifier and Type Class Description class
DebugProxyISVNWinCryptLibrary
Fields in org.tmatesoft.svn.core.internal.util.jna declared as ISVNWinCryptLibrary Modifier and Type Field Description private ISVNWinCryptLibrary
DebugProxyISVNWinCryptLibrary. myLibrary
private static ISVNWinCryptLibrary
JNALibraryLoader. ourWinCryptLibrary
Methods in org.tmatesoft.svn.core.internal.util.jna that return ISVNWinCryptLibrary Modifier and Type Method Description static ISVNWinCryptLibrary
JNALibraryLoader. getWinCryptLibrary()
Constructors in org.tmatesoft.svn.core.internal.util.jna with parameters of type ISVNWinCryptLibrary Constructor Description DebugProxyISVNWinCryptLibrary(ISVNWinCryptLibrary myLibrary, ISVNDebugLog myDebugLog)
-