Package com.helger.peppol.security
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 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 Summary
FieldsModifier and TypeFieldDescriptionstatic final X509CertificateDeprecated.static final X509CertificateDeprecated.static final X509CertificateDeprecated.static final X509CertificateDeprecated.static final X509CertificateDeprecated.static final X509CertificateDeprecated.static final KeyStoreDeprecated.static final StringDeprecated.static final KeyStoreDeprecated.static final StringDeprecated.static final com.helger.security.keystore.ITrustStoreDescriptorDeprecated.static final com.helger.security.keystore.ITrustStoreDescriptorDeprecated.static final com.helger.security.keystore.ITrustStoreDescriptorDeprecated.static final com.helger.security.keystore.ITrustStoreDescriptorDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final KeyStoreDeprecated.static final StringDeprecated.static final KeyStoreDeprecated.static final StringDeprecated.static final com.helger.security.keystore.EKeyStoreTypeDeprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TRUSTSTORE_TYPE
Deprecated.Truststore key store type - always JKS -
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_PRODUCTIONDeprecated. -
TRUSTSTORE_AP_PRODUCTION
Deprecated.The full AP production truststore. Never modify. -
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_PRODUCTIONDeprecated. -
TRUSTSTORE_SMP_PRODUCTION
Deprecated.The full SMP production truststore. Never modify. -
TRUSTSTORE_PRODUCTION_ALIAS_ROOT
Deprecated.The truststore alias for the OpenPeppol production root certificate- See Also:
-
CERTIFICATE_PRODUCTION_ROOT
Deprecated.The OpenPeppol production root certificate -
TRUSTSTORE_PRODUCTION_ALIAS_AP
Deprecated.The truststore alias for the OpenPeppol production AP certificate- See Also:
-
CERTIFICATE_PRODUCTION_AP
Deprecated.The OpenPeppol production AP certificate -
TRUSTSTORE_PRODUCTION_ALIAS_SMP
Deprecated.The truststore alias for the OpenPeppol production SMP certificate- See Also:
-
CERTIFICATE_PRODUCTION_SMP
Deprecated.The OpenPeppol production SMP certificate -
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_PILOTDeprecated. -
TRUSTSTORE_AP_PILOT
Deprecated.The full AP pilot truststore. Never modify. -
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_PILOTDeprecated. -
TRUSTSTORE_SMP_PILOT
Deprecated.The full SMP pilot truststore. Never modify. -
TRUSTSTORE_PILOT_ALIAS_ROOT
Deprecated.The truststore alias for the OpenPeppol pilot root certificate- See Also:
-
CERTIFICATE_PILOT_ROOT
Deprecated.The OpenPeppol pilot root certificate -
TRUSTSTORE_PILOT_ALIAS_AP
Deprecated.The truststore alias for the OpenPeppol pilot AP certificate- See Also:
-
CERTIFICATE_PILOT_AP
Deprecated.The OpenPeppol pilot AP certificate -
TRUSTSTORE_PILOT_ALIAS_SMP
Deprecated.The truststore alias for the OpenPeppol pilot SMP certificate- See Also:
-
CERTIFICATE_PILOT_SMP
Deprecated.The OpenPeppol pilot SMP certificate
-
-
Constructor Details
-
Config2018
Deprecated.
-
PeppolTrustStores.Config2025instead which contains G3 only (since 12.4.2).