Package com.helger.peppol.servicedomain
Enum Class EPeppolServiceDomain
- All Implemented Interfaces:
com.helger.base.id.IHasID<String>,IPeppolServiceDomain,Serializable,Comparable<EPeppolServiceDomain>,Constable
This enum lists all the Peppol Service Domains. The additional information are primarily around
the required certificates.
- Since:
- 9.6.0
- Author:
- Philip Helger
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnhanced B2B for Peppol-GENA bridge.Managed by PoACManaged by PrAC -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable EPeppolServiceDomaingetFromIDOrNull(@Nullable String sID) @NonNull @Nonempty StringgetID()@Nullable com.helger.security.certificate.TrustedCAChecker@Nullable com.helger.security.certificate.TrustedCAChecker@Nullable com.helger.security.certificate.TrustedCAChecker@Nullable com.helger.security.certificate.TrustedCACheckerstatic EPeppolServiceDomainReturns the enum constant of this class with the specified name.static EPeppolServiceDomain[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.helger.peppol.servicedomain.IPeppolServiceDomain
getAPChecker, getSMPChecker
-
Enum Constant Details
-
POST_AWARD
Managed by PoAC -
PRE_AWARD
Managed by PrAC -
ENHANCED_B2B
Enhanced B2B for Peppol-GENA bridge. On May 13th, 2025 it was publicly announced, that eB2B will share the Post Award certificates.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getID
- Specified by:
getIDin interfacecom.helger.base.id.IHasID<String>
-
getTestAPChecker
public @Nullable com.helger.security.certificate.TrustedCAChecker getTestAPChecker()- Specified by:
getTestAPCheckerin interfaceIPeppolServiceDomain
-
getProdAPChecker
public @Nullable com.helger.security.certificate.TrustedCAChecker getProdAPChecker()- Specified by:
getProdAPCheckerin interfaceIPeppolServiceDomain
-
getTestSMPChecker
public @Nullable com.helger.security.certificate.TrustedCAChecker getTestSMPChecker()- Specified by:
getTestSMPCheckerin interfaceIPeppolServiceDomain
-
getProdSMPChecker
public @Nullable com.helger.security.certificate.TrustedCAChecker getProdSMPChecker()- Specified by:
getProdSMPCheckerin interfaceIPeppolServiceDomain
-
getFromIDOrNull
-