Class X509Certificates

java.lang.Object
com.teamdev.jxbrowser.net.tls.X509Certificates

public final class X509Certificates extends Object
A certificate factory, which is used to create X.509 certificates.
  • Method Details

    • of

      public static X509Certificate of(InputStream inputStream) throws CertificateException
      Creates a X.509 certificate object and initializes it with the data read from the given inputStream.
      Parameters:
      inputStream - an input stream with the certificate data
      Returns:
      a certificate object initialized with the data from the input stream
      Throws:
      CertificateException - on parsing errors