Interface ISVNMacOsSecurityLibrary
-
- All Superinterfaces:
com.sun.jna.Library
- All Known Implementing Classes:
DebugProxyISVNMacOsSecurityLibrary
interface ISVNMacOsSecurityLibrary extends com.sun.jna.Library
- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
SecKeychainAddGenericPassword(com.sun.jna.Pointer keychain, int realmLength, byte[] realm, int userNameLength, byte[] userName, int pointerLength, byte[] password, com.sun.jna.Pointer item)
int
SecKeychainFindGenericPassword(com.sun.jna.Pointer keychain, int realmLength, byte[] realm, int userNameLength, byte[] userName, com.sun.jna.ptr.IntByReference passwordLengthHolder, com.sun.jna.ptr.PointerByReference passwordHolder, com.sun.jna.ptr.PointerByReference itemHolder)
int
SecKeychainItemFreeContent(com.sun.jna.Pointer attributes, com.sun.jna.Pointer data)
int
SecKeychainItemModifyAttributesAndData(com.sun.jna.Pointer item, com.sun.jna.ptr.PointerByReference attributesHolder, int passwordLength, byte[] password)
int
SecKeychainSetUserInteractionAllowed(boolean userInteractionAllowed)
-
-
-
Method Detail
-
SecKeychainSetUserInteractionAllowed
int SecKeychainSetUserInteractionAllowed(boolean userInteractionAllowed)
-
SecKeychainFindGenericPassword
int SecKeychainFindGenericPassword(com.sun.jna.Pointer keychain, int realmLength, byte[] realm, int userNameLength, byte[] userName, com.sun.jna.ptr.IntByReference passwordLengthHolder, com.sun.jna.ptr.PointerByReference passwordHolder, com.sun.jna.ptr.PointerByReference itemHolder)
-
SecKeychainAddGenericPassword
int SecKeychainAddGenericPassword(com.sun.jna.Pointer keychain, int realmLength, byte[] realm, int userNameLength, byte[] userName, int pointerLength, byte[] password, com.sun.jna.Pointer item)
-
SecKeychainItemModifyAttributesAndData
int SecKeychainItemModifyAttributesAndData(com.sun.jna.Pointer item, com.sun.jna.ptr.PointerByReference attributesHolder, int passwordLength, byte[] password)
-
SecKeychainItemFreeContent
int SecKeychainItemFreeContent(com.sun.jna.Pointer attributes, com.sun.jna.Pointer data)
-
-