Module org.jetbrains.nativecerts
Package org.jetbrains.nativecerts.mac
Class SecurityFramework.SecKeychainRef
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
org.jetbrains.nativecerts.mac.SecurityFramework.SecKeychainRef
- All Implemented Interfaces:
com.sun.jna.NativeMapped
- Enclosing interface:
- SecurityFramework
public static class SecurityFramework.SecKeychainRef
extends com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
An opaque type that represents a keychain.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
getTypeID, isTypeID, release, retainMethods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
SecKeychainRef
public SecKeychainRef() -
SecKeychainRef
public SecKeychainRef(com.sun.jna.Pointer p)
-