Package com.teamdev.jxbrowser.net.tls
Class X509Certificates
java.lang.Object
com.teamdev.jxbrowser.net.tls.X509Certificates
A certificate factory, which is used to create X.509 certificates.
-
Method Summary
Modifier and TypeMethodDescriptionstatic X509Certificate
of
(InputStream inputStream) Creates a X.509 certificate object and initializes it with the data read from the giveninputStream
.
-
Method Details
-
of
Creates a X.509 certificate object and initializes it with the data read from the giveninputStream
.- 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
-