Methods Summary |
---|
public static native boolean | BackupEventLog(int hEventLog, java.lang.String lpBackupFileName)
|
public static native boolean | ClearEventLog(int hEventLog, java.lang.String lpBackupFileName)
|
public static native boolean | CloseEventLog(int hEventLog)
|
public static native boolean | CreateProcessAsUser(int hToken, java.lang.String lpApplicationName, java.lang.String lpCommandLine, SECURITY_ATTRIBUTES lpProcessAttributes, SECURITY_ATTRIBUTES lpThreadAttributes, boolean bInheritHandles, int dwCreationFlags, int lpEnvironment, java.lang.String lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION lpProcessInformation)
|
public static native boolean | CryptAcquireContext(int[] phProv, java.lang.String pszContainer, java.lang.String pszProvider, int dwProvType, int dwFlags)
|
public static native boolean | CryptCreateHash(int hProv, int Algid, int hKey, int dwFlags, int[] phHash)
|
public static native boolean | CryptDecrypt(int hKey, int hHash, boolean Final, int dwFlags, byte[] pbData, int[] pdwDataLen)
|
public static native boolean | CryptDeriveKey(int hProv, int Algid, int hBaseData, int dwFlags, int[] phKey)
|
public static native boolean | CryptDestroyHash(int hHash)
|
public static native boolean | CryptDestroyKey(int hKey)
|
public static native boolean | CryptEncrypt(int hKey, int hHash, boolean Final, int dwFlags, byte[] pbData, int[] pdwDataLen, int dwBufLen)
|
public static native boolean | CryptExportKey(int hKey, int hExpKey, int dwBlobType, int dwFlags, byte[] pbData, int[] pdwDataLen)
|
public static native boolean | CryptGenKey(int hProv, int Algid, int dwFlags, int[] phKey)
|
public static native boolean | CryptGenRandom(int hProv, int dwLen, byte[] pbBuffer)
|
public static native boolean | CryptGetHashParam(int hHash, int dwParam, byte[] pbData, int[] pdwDataLen, int dwFlags)
|
public static native boolean | CryptGetKeyParam(int hKey, int dwParam, byte[] pbData, int[] pdwDataLen, int dwFlags)
|
public static native boolean | CryptGetProvParam(int hProv, int dwParam, byte[] pbData, int[] pdwDataLen, int dwFlags)
|
public static native boolean | CryptGetUserKey(int hProv, int dwKeySpec, int[] phUserKey)
|
public static native boolean | CryptHashData(int hHash, byte[] pbData, int dwDataLen, int dwFlags)
|
public static native boolean | CryptHashSessionKey(int hHash, int hKey, int dwFlags)
|
public static native boolean | CryptImportKey(int hProv, byte[] pbData, int dwDataLen, int hPubKey, int dwFlags, int[] phKey)
|
public static native boolean | CryptReleaseContext(int hProv, int dwFlags)
|
public static native boolean | CryptSetHashParam(int hHash, int dwParam, byte[] pbData, int dwFlags)
|
public static native boolean | CryptSetKeyParam(int hKey, int dwParam, byte[] pbData, int dwFlags)
|
public static native boolean | CryptSetProvParam(int hProv, int dwParam, byte[] pbData, int dwFlags)
|
public static native boolean | CryptSetProvider(java.lang.String pszProvName, int dwProvType)
|
public static native boolean | CryptSignHash(int hHash, int dwKeySpec, java.lang.String sDescription, int dwFlags, byte[] pbSignature, int[] pdwSigLen)
|
public static native boolean | CryptVerifySignature(int hHash, byte[] pbSignature, int dwSigLen, int hPubKey, java.lang.String sDescription, int dwFlags)
|
public static native boolean | DeregisterEventSource(int hEventLog)
|
public static native boolean | DuplicateTokenEx(int hExistingToken, int dwDesiredAccess, SECURITY_ATTRIBUTES lpTokenAttributes, int ImpersonationLevel, int TokenType, int[] phNewToken)
|
public static native boolean | GetCurrentHwProfile(HW_PROFILE_INFO lpHwProfileInfo)
|
public static native boolean | GetNumberOfEventLogRecords(int hEventLog, int[] NumberOfRecords)
|
public static native boolean | GetOldestEventLogRecord(int hEventLog, int[] OldestRecord)
|
public static native boolean | GetUserName(java.lang.StringBuffer lpBuffer, int[] nSize)
|
public static native boolean | ImpersonateLoggedOnUser(int hToken)
|
public static native boolean | IsTextUnicode(int lpBuffer, int cb, int[] lpi)
|
public static native boolean | LogonUser(java.lang.String lpszUsername, java.lang.String lpszDomain, java.lang.String lpszPassword, int dwLogonType, int dwLogonProvider, int[] phToken)
|
public static native boolean | NotifyChangeEventLog(int hEventLog, int hEvent)
|
public static native int | OpenBackupEventLog(java.lang.String lpUNCServerName, java.lang.String lpFileName)
|
public static native int | OpenEventLog(java.lang.String lpUNCServerName, java.lang.String lpSourceName)
|
public static native boolean | ReadEventLog(int hEventLog, int dwReadFlags, int dwRecordOffset, int lpBuffer, int nNumberOfBytesToRead, int[] pnBytesRead, int[] pnMinNumberOfBytesNeeded)
|
public static native int | RegisterEventSource(java.lang.String lpUNCServerName, java.lang.String lpSourceName)
|
public static native boolean | ReportEvent(int hEventLog, short wType, short wCategory, int dwEventID, int lpUserSid, short wNumStrings, int dwDataSize, int lpStrings, int lpRawData)
|
public static native boolean | SetThreadToken(int[] Thread, int Token)
|