Deprecated API


Contents
Deprecated Classes
eu.emi.security.authn.x509.impl.AbstractHostnameToCertificateChecker
          Use SocketFactoryCreator.connectWithHostnameChecking(SSLSocket, HostnameMismatchCallback) instead. This class is not perfect as the HandshakeCompletedListener is invoked (at least in reference JDK) in a separate thread, what can easily lead to a situation when the connection is opened and made available, before this implementation finishes checking. 
 

Deprecated Methods
eu.emi.security.authn.x509.helpers.KeyStoreHelper.getInstance(String)
          use other methods from this class. 
eu.emi.security.authn.x509.impl.OpensslNameUtils.opensslToRfc2253(String)
          This method is not planned for removal but it is marked as deprecated as it is highly unreliable and you should update your code not to use openssl style DNs at all 
eu.emi.security.authn.x509.impl.OpensslNameUtils.opensslToRfc2253(String, boolean)
          This method is not planned for removal but it is marked as deprecated as it is highly unreliable and you should update your code not to use openssl style DNs at all 
 

Deprecated Constructors
eu.emi.security.authn.x509.RevocationParameters(CrlCheckingMode)
            
eu.emi.security.authn.x509.impl.RevocationParametersExt(CrlCheckingMode, CRLParameters)
          Use RevocationParametersExt.RevocationParametersExt(CrlCheckingMode, CRLParameters, OCSPParametes) instead 
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.