CertificateFactory.generateCertPath

Generates a {@code CertPath} object and initializes it with a {@code List} of {@code Certificate}s. <p> The certificates supplied must be of a type supported by the {@code CertificateFactory}. They will be copied out of the supplied {@code List} object.

@param certificates a {@code List} of {@code Certificate}s @return a {@code CertPath} initialized with the supplied list of certificates @exception CertificateException if an exception occurs @since 1.4

  1. CertPath generateCertPath(InputStream inStream)
  2. CertPath generateCertPath(InputStream inStream, string encoding)
  3. CertPath generateCertPath(List!Certificate certificates)
    class CertificateFactory
    final
    generateCertPath

Meta