< 1 2 3 >   ∑:69  Sort:Date

xmlsecSamples-1.5.5.jar - Apache XML Security for Java Samples
Apache XML Security for Java - This library includes a mature Digital Signature and Encryption implementation. It also includes the standard JSR 105 (Java XML Digital Signature) API. Applications can use the standard JSR 105 API or the Apache Santuario API to create and validate XML Signatures. JAR ...
2013-09-20, ∼4772🔥, 0💬

Downloading OWASP Enterprise Security API 2.0.1 - Part V
ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications. The ESAPI libraries are designed to make it easier for programmers to retrofit security into existing applications. The ES...
2017-11-21, ∼4746🔥, 1💬

Downloading jsse.jar (JDK 8) Java Secure Socket Extension
How to download and install jsse.jar (JDK 8) Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Java library that enables secure Internet communications. jsse.jar (JDK 8) is included as part of the Java SE 8 package. You can download jsse.jar included in JDK 1.8.0_341 by clicki...
2018-02-14, ∼4708🔥, 0💬

Downloading OpenSAML 2.6.0 Java
OpenSAML is a set of open source C++ & Java libraries meant to support developers working with the Security Assertion Markup Language (SAML). OpenSAML 2, the current version, supports SAML 1.0, 1.1, and 2.0. Additionally, various development groups have found the framework created to support Ope...
2013-09-09, ∼4618🔥, 0💬

Downloading OWASP Enterprise Security API 2.0.1 - Part III
ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications. The ESAPI libraries are designed to make it easier for programmers to retrofit security into existing applications. The ES...
2013-09-13, ∼4500🔥, 0💬

Downloading Apache XML Security 1.5.5 - Part III
Apache XML Security for Java - This library includes a mature Digital Signature and Encryption implementation. It also includes the standard JSR 105 (Java XML Digital Signature) API. Applications can use the standard JSR 105 API or the Apache Santuario API to create and validate XML Signatures. Down...
2013-09-19, ∼4496🔥, 0💬

opensaml-2.6.0.jar - OpenSAML2 Java - Part IV
OpenSAML is a set of open source C++ & Java libraries meant to support developers working with the Security Assertion Markup Language (SAML). OpenSAML 2, the current version, supports SAML 1.0, 1.1, and 2.0. Additionally, various development groups have found the framework created to support Ope...
2013-09-11, ∼4382🔥, 0💬

Downloading OWASP Enterprise Security API 2.0.1 - Part IV
ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications. The ESAPI libraries are designed to make it easier for programmers to retrofit security into existing applications. The ES...
2013-09-13, ∼4289🔥, 0💬

GetServerCertificate.java - Get Server Certificate
How to get the server certificate of a HTTPS Website? If you created a URL object with "new java.net.URL(...)", you can use the getServerCertificates() method on the HttpsURLConnection class to get the server certificate of a HTTPS Website: // Copyright (c) FYIcenter.com import java.net.*; import ja...
2018-03-31, ∼4278🔥, 0💬

Downloading jsse.jar (JDK 7) Java Secure Socket Extension
How to download and install jsse.jar (JDK 7) Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Java library that enables secure Internet communications. jsse.jar (JDK 7) is included as part of the Java SE 7 package. You can follow this tutorial to download and install jsse.jar...
2018-02-14, ∼4215🔥, 0💬

xmlsecTests-1.5.5.jar - Apache XML Security for Java Tests
Apache XML Security for Java - This library includes a mature Digital Signature and Encryption implementation. It also includes the standard JSR 105 (Java XML Digital Signature) API. Applications can use the standard JSR 105 API or the Apache Santuario API to create and validate XML Signatures. JAR ...
2013-09-23, ∼4159🔥, 0💬

opensaml-2.6.0.jar - OpenSAML2 Java - Part III
OpenSAML is a set of open source C++ & Java libraries meant to support developers working with the Security Assertion Markup Language (SAML). OpenSAML 2, the current version, supports SAML 1.0, 1.1, and 2.0. Additionally, various development groups have found the framework created to support Ope...
2013-09-11, ∼4153🔥, 0💬

Downloading Apache XML Security 1.5.5 - Part IV
Apache XML Security for Java - This library includes a mature Digital Signature and Encryption implementation. It also includes the standard JSR 105 (Java XML Digital Signature) API. Applications can use the standard JSR 105 API or the Apache Santuario API to create and validate XML Signatures. Down...
2013-09-19, ∼4140🔥, 0💬

opensaml-2.6.0.jar - OpenSAML2 Java - Part II
OpenSAML is a set of open source C++ & Java libraries meant to support developers working with the Security Assertion Markup Language (SAML). OpenSAML 2, the current version, supports SAML 1.0, 1.1, and 2.0. Additionally, various development groups have found the framework created to support Ope...
2013-09-10, ∼3876🔥, 0💬

jasypt-hibernate3-1.9.0.jar - Java Simplified Encryption
Jasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works. jasypt-hibernate3.jar is the Hibernate 3 interface. JAR File Size and Download Location: File nam...
2013-07-09, ∼3787🔥, 0💬

FAQ for jsse.jar - Java Secure Socket Extension
Where to find answers to frequently asked questions on jsse.jar - Java Secure Socket Extension? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team jsse.jar - Java Secure Socket Extension: Downloading jsse.jar - Java Secure Socket Extension What Is jsse.jar ...
2017-06-26, ∼3578🔥, 0💬

-Djavax.net.debug - jsse.jar Debugging Options
How to use the -Djavax.net.debug jsse.jar debug option? If you are having trouble using jsse.jar, you can use the -Djavax.net.debug JVM property as described in this tutorial: Compile and run the example HttpsUrlReader.java provided in the previous tutorial with the -Djavax.net.debug=help property: ...
2018-03-24, ∼3349🔥, 0💬

What Is jsse.jar - Java Secure Socket Extension
What is jsse.jar - Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Java library that enables secure Internet communications. It provides a framework and an implementation for a Java version of the SSL and TLS protocols and includes functionality for data encryption, server a...
2017-06-26, ∼3198🔥, 0💬

What Is jsse.jar 1.0.3_04 Java Secure Socket Extension
What Is jsse.jar 1.0.3_04 Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Java library that enables secure Internet communications. jsse.jar 1.0.3_04 is the Java Secure Socket Extension library designed for the J2SE 1.3.1 package. JAR File Size and Download Location: JAR nam...
2018-02-01, ∼3084🔥, 0💬

Download and Install jsse-1_0_3_04-do.zip
How to download and install jsse-1_0_3_04-do.zip? jsse.jar, Java Secure Socket Extension, is Java library that enables secure Internet communications. jsse.jar is included in the binary package file like jsse-1_0_3_04-do.zip. You can download the binary package file for Java Secure Socket Extension ...
2018-02-01, ∼2909🔥, 0💬

HttpsUrlReader.java - Reading Data from HTTPS URL
How to read data from an HTTPS URL with jsse.jar? I want to see a Java program example. jsse.jar, Java Secure Socket Extension, allows you to communicate securely with an SSL-enabled web server by using the "https" URL protocol. Here is an example program, HttpsUrlReader.java, that can be used to re...
2018-03-24, ∼2855🔥, 0💬

SslSocketClient.java - SSL Socket Client Example
How to write an SSL socket client code to communicate to a HTTPS Website using jsse.jar? If you want to write an SSL socket client code to communicate to a HTTPS Website using jsse.jar, you can following the example below: // Copyright (c) FYIcenter.com import java.net.*; import java.io.*; import ja...
2018-03-31, ∼2847🔥, 0💬

SSL Handshake Messages with Client Authentication
How to get SSL Handshake Messages that use client Authentication? You can get SSL Handshake Messages that use client Authentication as shown below: 1. Open command window and run SslServerCmd.java with client certificate authentication turned on: \fyicenter&gt;\local\jdk-1 .8.0\bin\java-Djavax.n...
2018-06-12, ∼2838🔥, 0💬

SslServerCmd.java - SSL Server Command Example
How to create an SSL server program to run like a command? In order to create an SSL server program, you need to do the following: 1. Load the keystore file that contains the server certificate. Remember to specify the keystore password as shown below: KeyStore ks = KeyStore.getInstance("JKS"); ks.l...
2018-06-27, ∼2835🔥, 0💬

< 1 2 3 >   ∑:69  Sort:Date