155315541555155615571558155915601561
this.systemAttrib.put(CLIENT_CERT, cert); } public void addAuthHeader(SipServletResponse response, AuthInfo info) { if (response != null) { ClientDigestCreator cdc = new ClientDigestCreator(); cdc.createDigest(info, this, response); } }