View | Details | Raw Unified | Return to bug 41051
Collapse All | Expand All

(-)JSSEKeyManager.java (-1 / +1 lines)
Lines 43-49 Link Here
43
     */
43
     */
44
    public JSSEKeyManager(X509KeyManager mgr, String serverKeyAlias) {
44
    public JSSEKeyManager(X509KeyManager mgr, String serverKeyAlias) {
45
        this.delegate = mgr;
45
        this.delegate = mgr;
46
        this.serverKeyAlias = serverKeyAlias;
46
        this.serverKeyAlias = serverKeyAlias.toLowerCase();
47
    }
47
    }
48
48
49
    /**
49
    /**

Return to bug 41051