Mega Code Archive
Xml security
something here
File: provider.properties
# The XML Security Project uses a third party cryptographic provider
# because the JCE does not supply all the relevant algorithms.
#
# Use this file to specify the provider information. The XML Security
# implementation uses The Legion of the Bouncy Castle's provider.
# Specify your preferred provider, together with the download location
# of the provider file in this section.
jce.provider.source = http://www.bouncycastle.org/download
jce.provider.prefix = bc
jce.provider.jar = jce-jdk13-129.jar
# Specify a checksum algoritm and a checksum value for JCE provider
# in this section. The checksum is used to ensure that no data
# corruption occured during the download of the provider.
checksum.algorithm = md5
checksum.value = 3d48aef8338ca75d1f0f0eb527c3d545
File: proxy.properties
# Set these values if you are behind a firewall
proxy.host = your.proxy.goes.here
proxy.port = 8080