Class SecurityFrameworkUtil


  • public class SecurityFrameworkUtil
    extends Object
    Get trusted certificates stored in corresponding keychains via Security frameworks APIs. for the other implementations see root_cgo_darwin.go in Go and trust_store_mac.cc in Chromium

    In the future it would be better to implement X509TrustManager on SecTrustEvaluateWithError instead of getting trust chain manually. It's not yet investigated whether it is possible at all to integrate it into the SSL framework of JVM.