Clover Coverage Report
Coverage timestamp: Sun Mar 23 2008 08:24:39 GMT
0   22   1   -
0   7   -   0
0     -  
1    
 
 
  WebDAVRevocable       Line # 16 0 1 - -1.0
 
No Tests
 
1    /*
2    * WebDAVRevocable.java
3    *
4    * Created on 13 October 2007, 16:03
5    *
6    * To change this template, choose Tools | Template Manager
7    * and open the template in the editor.
8    */
9   
10    package issrg.pba.rbac;
11   
12    /**
13    *
14    * @author me
15    */
 
16    public interface WebDAVRevocable {
17   
18    public String getCertificateURL();
19    public String getRevocationURL();
20    public byte[] getOriginalAC();
21    public boolean isRevocable();
22    }