Class ModeDetector
- java.lang.Object
-
- network.oxalis.vefa.peppol.security.ModeDetector
-
public class ModeDetector extends Object
-
-
Constructor Summary
Constructors Constructor Description ModeDetector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Modedetect(X509Certificate certificate)static Modedetect(X509Certificate certificate, com.typesafe.config.Config config, Map<String,Object> objectStorage)
-
-
-
Method Detail
-
detect
public static Mode detect(X509Certificate certificate) throws PeppolLoadingException
- Throws:
PeppolLoadingException
-
detect
public static Mode detect(X509Certificate certificate, com.typesafe.config.Config config, Map<String,Object> objectStorage) throws PeppolLoadingException
- Throws:
PeppolLoadingException
-
-