Class StaticKeyManager

java.lang.Object
net.sf.basedb.util.ssl.StaticKeyManager
All Implemented Interfaces:
KeyManager, X509KeyManager

public class StaticKeyManager
extends Object
implements X509KeyManager
A key manager implementation that always selects a specified keystore entry. We use it to make sure that a client certificate that has been registered with a FileServer is always selected for authoriation independent of other settings.
Since:
2.16
Author:
Nicklas
Last modified
$Date: 2010-06-16 14:28:36 +0200 (on, 16 jun 2010) $