Hi all, I have two questions regarding JMeterKeyStore.
1) in getAlias(int) we throw an ArrayIndexOutOfBoundsException, when the parameter is outside of the used array. Isn't this the default behaviour of the next statement? Maybe this should have been an IllegalArgumentException?
2) it is not clear to me, what the startIndex and endIndex field should contain. I would have thought, that they refer to the number of keys/certs in the loaded store, but in the method load(InputStream, string) the used index gets only incremented, when a key is found. Is this the intended behaviour?
Regards Felix
