summaryrefslogtreecommitdiffstats
blob: 9787addffa80c1d9b8a291e1779b3994e07c82c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*  Copyright (c) 2012, Isode Limited, London, England.
 *  All rights reserved.
 *
 *  Acquisition and use of this software and related materials for any
 *  purpose requires a written licence agreement from Isode Limited,
 *  or a written licence from an organisation licensed by Isode Limited Limited
 *  to grant such a licence.
 *
 */
 
package com.isode.stroke.tls;
/**
 * 
 */
public abstract class CertificateWithKey {
    public
        CertificateWithKey() { 
    }


    public abstract boolean isNull();


}