In some old notes I have that the JDK comes with a default certificate store that includes Verisign. If this is true, is the SSLFTPStandardValidator.getRootCertificateStore() initialized with default certificates for the JDK allowing me to verify certificates in this chain of trust without adding to the cert store?
Brian