Package com.sap.security.core.server.https

Interface Summary
HostnameVerifier HostnameVerifier provides a callback mechanism so that implementers of this interface can supply a policy for handling the case where the host to connect to and the server name from the certificate mismatch.
SocketFactory This is an abstract interface for using within a HTTP/WebDAV library developed by SAP DTR team.
 

Class Summary
DefaultHostnameVerifier This class provides a default implementation of hostname verifier.
SecureConnectionFactory This factory class should be used within SAP J2EE Server to create HttpsUrlConnection and SSLSocket instances based on given security credentials (key stores).
Utils This class contains several static utility methods for use with SecureConnectionFactory.