Class PeppolTrustStores.Config2018

java.lang.Object
com.helger.peppol.security.PeppolTrustStores.Config2018
Enclosing class:
PeppolTrustStores

@Immutable @Deprecated(forRemoval=false, since="12.3.8") public static class PeppolTrustStores.Config2018 extends Object
Deprecated.
The G2 PKI CAs are deprecated. Use PeppolTrustStores.Config2025 instead which contains G3 only (since 12.4.2).
The truststore configuration for Peppol PKI G2 valid from 2018 to 2028. The G2 CAs are deprecated and should no longer be used. Use PeppolTrustStores.Config2025 instead which contains only G3 CAs (since 12.4.2). Note: the "2018" truststores are no longer relevant for production use.
Author:
Philip Helger
  • Field Details

    • TRUSTSTORE_TYPE

      @Deprecated public static final com.helger.security.keystore.EKeyStoreType TRUSTSTORE_TYPE
      Deprecated.
      Truststore key store type - always JKS
    • TRUSTSTORE_AP_PRODUCTION_CLASSPATH

      @Deprecated public static final String TRUSTSTORE_AP_PRODUCTION_CLASSPATH
      Deprecated.
      The classpath entry referencing the global truststore with all OpenPeppol production entries. It works for Access Points.
      See Also:
    • TRUSTSTORE_DESCRIPTOR_AP_PRODUCTION

      @Deprecated public static final com.helger.security.keystore.ITrustStoreDescriptor TRUSTSTORE_DESCRIPTOR_AP_PRODUCTION
      Deprecated.
    • TRUSTSTORE_AP_PRODUCTION

      @Deprecated public static final KeyStore TRUSTSTORE_AP_PRODUCTION
      Deprecated.
      The full AP production truststore. Never modify.
    • TRUSTSTORE_SMP_PRODUCTION_CLASSPATH

      @Deprecated public static final String TRUSTSTORE_SMP_PRODUCTION_CLASSPATH
      Deprecated.
      The classpath entry referencing the global truststore with all OpenPeppol production entries. It works for Access Points.
      See Also:
    • TRUSTSTORE_DESCRIPTOR_SMP_PRODUCTION

      @Deprecated public static final com.helger.security.keystore.ITrustStoreDescriptor TRUSTSTORE_DESCRIPTOR_SMP_PRODUCTION
      Deprecated.
    • TRUSTSTORE_SMP_PRODUCTION

      @Deprecated public static final KeyStore TRUSTSTORE_SMP_PRODUCTION
      Deprecated.
      The full SMP production truststore. Never modify.
    • TRUSTSTORE_PRODUCTION_ALIAS_ROOT

      @Deprecated public static final String TRUSTSTORE_PRODUCTION_ALIAS_ROOT
      Deprecated.
      The truststore alias for the OpenPeppol production root certificate
      See Also:
    • CERTIFICATE_PRODUCTION_ROOT

      @Deprecated public static final X509Certificate CERTIFICATE_PRODUCTION_ROOT
      Deprecated.
      The OpenPeppol production root certificate
    • TRUSTSTORE_PRODUCTION_ALIAS_AP

      @Deprecated public static final String TRUSTSTORE_PRODUCTION_ALIAS_AP
      Deprecated.
      The truststore alias for the OpenPeppol production AP certificate
      See Also:
    • CERTIFICATE_PRODUCTION_AP

      @Deprecated public static final X509Certificate CERTIFICATE_PRODUCTION_AP
      Deprecated.
      The OpenPeppol production AP certificate
    • TRUSTSTORE_PRODUCTION_ALIAS_SMP

      @Deprecated public static final String TRUSTSTORE_PRODUCTION_ALIAS_SMP
      Deprecated.
      The truststore alias for the OpenPeppol production SMP certificate
      See Also:
    • CERTIFICATE_PRODUCTION_SMP

      @Deprecated public static final X509Certificate CERTIFICATE_PRODUCTION_SMP
      Deprecated.
      The OpenPeppol production SMP certificate
    • TRUSTSTORE_AP_PILOT_CLASSPATH

      @Deprecated public static final String TRUSTSTORE_AP_PILOT_CLASSPATH
      Deprecated.
      The classpath entry referencing the global truststore with all OpenPeppol pilot entries for an AP.
      See Also:
    • TRUSTSTORE_DESCRIPTOR_AP_PILOT

      @Deprecated public static final com.helger.security.keystore.ITrustStoreDescriptor TRUSTSTORE_DESCRIPTOR_AP_PILOT
      Deprecated.
    • TRUSTSTORE_AP_PILOT

      @Deprecated public static final KeyStore TRUSTSTORE_AP_PILOT
      Deprecated.
      The full AP pilot truststore. Never modify.
    • TRUSTSTORE_SMP_PILOT_CLASSPATH

      @Deprecated public static final String TRUSTSTORE_SMP_PILOT_CLASSPATH
      Deprecated.
      The classpath entry referencing the global truststore with all OpenPeppol pilot entries for SMPs.
      See Also:
    • TRUSTSTORE_DESCRIPTOR_SMP_PILOT

      @Deprecated public static final com.helger.security.keystore.ITrustStoreDescriptor TRUSTSTORE_DESCRIPTOR_SMP_PILOT
      Deprecated.
    • TRUSTSTORE_SMP_PILOT

      @Deprecated public static final KeyStore TRUSTSTORE_SMP_PILOT
      Deprecated.
      The full SMP pilot truststore. Never modify.
    • TRUSTSTORE_PILOT_ALIAS_ROOT

      @Deprecated public static final String TRUSTSTORE_PILOT_ALIAS_ROOT
      Deprecated.
      The truststore alias for the OpenPeppol pilot root certificate
      See Also:
    • CERTIFICATE_PILOT_ROOT

      @Deprecated public static final X509Certificate CERTIFICATE_PILOT_ROOT
      Deprecated.
      The OpenPeppol pilot root certificate
    • TRUSTSTORE_PILOT_ALIAS_AP

      @Deprecated public static final String TRUSTSTORE_PILOT_ALIAS_AP
      Deprecated.
      The truststore alias for the OpenPeppol pilot AP certificate
      See Also:
    • CERTIFICATE_PILOT_AP

      @Deprecated public static final X509Certificate CERTIFICATE_PILOT_AP
      Deprecated.
      The OpenPeppol pilot AP certificate
    • TRUSTSTORE_PILOT_ALIAS_SMP

      @Deprecated public static final String TRUSTSTORE_PILOT_ALIAS_SMP
      Deprecated.
      The truststore alias for the OpenPeppol pilot SMP certificate
      See Also:
    • CERTIFICATE_PILOT_SMP

      @Deprecated public static final X509Certificate CERTIFICATE_PILOT_SMP
      Deprecated.
      The OpenPeppol pilot SMP certificate
  • Constructor Details

    • Config2018

      @Deprecated protected Config2018()
      Deprecated.