-
Interfaces Interface Description org.conscrypt.PSKKeyManager This abstraction is deprecated because it does not work with TLS 1.3.
-
Methods Method Description org.conscrypt.AllocatedBuffer.retain() this method is not usedorg.conscrypt.Conscrypt.newProvider(String) UseConscrypt.newProviderBuilder()instead.org.conscrypt.Conscrypt.ProviderBuilder.provideTrustManager() Use provideTrustManager(true)org.conscrypt.OpenSSLSignature.engineGetParameter(String) org.conscrypt.OpenSSLSignature.engineSetParameter(String, Object) org.conscrypt.OpenSSLSocketImpl.getAlpnSelectedProtocol() useSSLSocket.getApplicationProtocol()instead.org.conscrypt.OpenSSLSocketImpl.getNpnSelectedProtocol() NPN is not supportedorg.conscrypt.OpenSSLSocketImpl.setAlpnProtocols(String[]) useAbstractConscryptSocket.setApplicationProtocols(String[])instead.org.conscrypt.OpenSSLSocketImpl.setNpnProtocols(byte[]) NPN is not supported