equal
deleted
inserted
replaced
334 public int size() { |
334 public int size() { |
335 return names.length; |
335 return names.length; |
336 } |
336 } |
337 |
337 |
338 /** |
338 /** |
339 * Return an immutable List of the the AVAs contained in all the |
339 * Return an immutable List of the AVAs contained in all the |
340 * RDNs of this X500Name. |
340 * RDNs of this X500Name. |
341 */ |
341 */ |
342 public List<AVA> allAvas() { |
342 public List<AVA> allAvas() { |
343 List<AVA> list = allAvaList; |
343 List<AVA> list = allAvaList; |
344 if (list == null) { |
344 if (list == null) { |