Package org.eclipse.jetty.util.ssl
Class X509
- java.lang.Object
-
- org.eclipse.jetty.util.ssl.X509
-
@Deprecated(since="2021-05-27") public class X509 extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description X509(String alias, X509Certificate x509)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetAlias()Deprecated.X509CertificategetCertificate()Deprecated.Set<String>getHosts()Deprecated.Set<String>getWilds()Deprecated.static booleanisCertSign(X509Certificate x509)Deprecated.booleanmatches(String host)Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
X509
public X509(String alias, X509Certificate x509)
Deprecated.
-
-
Method Detail
-
isCertSign
public static boolean isCertSign(X509Certificate x509)
Deprecated.
-
getAlias
public String getAlias()
Deprecated.
-
getCertificate
public X509Certificate getCertificate()
Deprecated.
-
matches
public boolean matches(String host)
Deprecated.
-
-