I am about to develop a windows applikation which need to communicate with an Axis2 webservice using Web Service Security - all the documentation says is, that the SOAP security communication is confi
So I have a WCF service where I have various pa开发者_如何学Pythonrts of the service contract with a ProtectionLevel of Sign. I set the credentials on the client side by choosing a certificate from th
I\'ve got two WCF servers, both on the domain mydomain.com (fictional example, as are IP below !), respectively named server1 and server2.
I\'m currently having a self signed certificate for my HTTPS webserver. In my java program there is a SSLSocketFactory that will create a socket to the webserver. The default implementation of sun bl
Is 开发者_运维技巧it possible to sanely create an X509 Certificate in Java code without using the Bouncy Castle X509V*CertificateGenerator classes?Yes, but not with publicly documented classes. I\'ve
I need add some value in cert extension field, such as add an extension named "num" to indicate something\'s count. But it seems we can only add some standard extension type which is defined