Package de.uplanet.net.ssl
Klasse AllServerTrustedX509TrustManager
java.lang.Object
de.uplanet.net.ssl.AllServerTrustedX509TrustManager
- Alle implementierten Schnittstellen:
TrustManager,X509TrustManager
@Scriptable
public final class AllServerTrustedX509TrustManager
extends Object
implements X509TrustManager
This trust manager trusts all certificates.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final AllServerTrustedX509TrustManagerstatic final TrustManager[]This single element array contains theINSTANCE. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidcheckClientTrusted(X509Certificate[] p_certs, String p_strAuthType) This method does neither check the given certificate chain nor it does throw ajava.security.cert.CertificateException.voidcheckServerTrusted(X509Certificate[] p_certs, String p_strAuthType) This method does neither check the given certificate chain nor it does throw ajava.security.cert.CertificateException.This method returns an empty array.
-
Felddetails
-
INSTANCE
-
INSTANCE_ARRAY
This single element array contains theINSTANCE.
-
-
Methodendetails
-
getAcceptedIssuers
This method returns an empty array.- Angegeben von:
getAcceptedIssuersin SchnittstelleX509TrustManager- Gibt zurück:
- An empty array.
-
checkClientTrusted
This method does neither check the given certificate chain nor it does throw ajava.security.cert.CertificateException.- Angegeben von:
checkClientTrustedin SchnittstelleX509TrustManager
-
checkServerTrusted
This method does neither check the given certificate chain nor it does throw ajava.security.cert.CertificateException.- Angegeben von:
checkServerTrustedin SchnittstelleX509TrustManager
-