SSL Connection using com.couchbase.client.CouchbaseClient

We are using com.couchbase.client.CouchbaseClient (1.4.2) to make couchbase connection. However now we need to sonnect using SSL.

Could someone suggests here the way with this lib? I know, i can do using CouchbaseCluster and Environment in new library but just dont want to change the old one which i am using. DOes it support over SSL?