src/de/duenndns/ssl/package-info.java
author Da Risk <da_risk@beem-project.com>
Thu, 25 Aug 2011 14:51:07 +0200
changeset 923 6e5999172eb1
parent 919 84d62c76469e
permissions -rw-r--r--
When saving capabilities replace the '/' character by a '.' The character '.' is not in the base64 table and can replace the file separator char '/' in unix. fix #366

/**
 * This package contains the MemorizingTrustManager library made by Georg.
 * It is a "plugin" for Android Java to allow asking the user about SSL certificates
 * https://github.com/ge0rg/MemorizingTrustManager
 */
package de.duenndns.ssl;