public SecTrustRef getSecTrustRef()

in src/main/java/org/jetbrains/nativecerts/mac/SecurityFramework.java [228:235]


        public SecTrustRef getSecTrustRef() {
            Pointer value = super.getValue();
            if (value == null) {
                return null;
            }

            return new SecTrustRef(value);
        }