Class OpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long spiOffset  
      private long tmOffset  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.net.ssl.X509TrustManager wrapIfNeeded​(javax.net.ssl.X509TrustManager manager)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • spiOffset

        private final long spiOffset
      • tmOffset

        private final long tmOffset
    • Constructor Detail

      • UnsafeTrustManagerWrapper

        UnsafeTrustManagerWrapper​(long spiOffset,
                                  long tmOffset)