if (dialog != null) {
System.out.println("Dialog " + dialog);
System.out.println("Dialog state " + dialog.getState());
}
st.sendResponse(response);
TransactionExt stExt = ( TransactionExt)st ;
Certificate[] certs = stExt.getPeerCertificates();
System.out.println("Certs = " + certs);
for (Certificate cert: certs ) {
System.out.println("Cert = " + cert);
}