Class DummyTrustmanager

java.lang.Object
de.elo.mover.main.ldap.DummyTrustmanager
All Implemented Interfaces:
javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager

public class DummyTrustmanager
extends java.lang.Object
implements javax.net.ssl.X509TrustManager

Überschrift: DummyTrustmanager.

Beschreibung: Default-Implementierung von einem TrustManager.

Copyright: Copyright (c) ELO Digital Office GmbH 2018

  • Constructor Summary

    Constructors
    Constructor Description
    DummyTrustmanager()  
  • Method Summary

    Modifier and Type Method Description
    void checkClientTrusted​(java.security.cert.X509Certificate[] xcs, java.lang.String string)  
    void checkServerTrusted​(java.security.cert.X509Certificate[] xcs, java.lang.String string)  
    java.security.cert.X509Certificate[] getAcceptedIssuers()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DummyTrustmanager

      public DummyTrustmanager()
  • Method Details

    • checkClientTrusted

      public void checkClientTrusted​(java.security.cert.X509Certificate[] xcs, java.lang.String string) throws java.security.cert.CertificateException
      Specified by:
      checkClientTrusted in interface javax.net.ssl.X509TrustManager
      Throws:
      java.security.cert.CertificateException
    • checkServerTrusted

      public void checkServerTrusted​(java.security.cert.X509Certificate[] xcs, java.lang.String string) throws java.security.cert.CertificateException
      Specified by:
      checkServerTrusted in interface javax.net.ssl.X509TrustManager
      Throws:
      java.security.cert.CertificateException
    • getAcceptedIssuers

      public java.security.cert.X509Certificate[] getAcceptedIssuers()
      Specified by:
      getAcceptedIssuers in interface javax.net.ssl.X509TrustManager