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

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

Return to bug 41051