Home | History | Annotate | Download | only in support

Lines Matching refs:length

12         if(ax509certificate == null || ax509certificate.length == 0)
13 throw new IllegalArgumentException("null or zero-length certificate chain");
14 if(s == null || s.length() == 0)
15 throw new IllegalArgumentException("null or zero-length authentication type");
17 for (int i = 0; i < ax509certificate.length; i++) {
27 if(ax509certificate == null || ax509certificate.length == 0)
28 throw new IllegalArgumentException("null or zero-length certificate chain");
29 if(s == null || s.length() == 0)
30 throw new IllegalArgumentException("null or zero-length authentication type");
32 for (int i = 0; i < ax509certificate.length; i++) {