public SecKeychainRef getSecKeychainRef()

in src/main/java/org/jetbrains/nativecerts/mac/SecurityFramework.java [175:182]


        public SecKeychainRef getSecKeychainRef() {
            Pointer value = super.getValue();
            if (value == null) {
                return null;
            }

            return new SecKeychainRef(value);
        }