Class PeppolKeyStoreHelper

java.lang.Object
com.helger.peppol.utils.PeppolKeyStoreHelper

@Immutable public final class PeppolKeyStoreHelper extends Object
Helper methods to access Java key stores of type JKS (Java KeyStore).
Author:
Philip Helger
  • Field Details

    • TRUSTSTORE_TYPE

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

      public static final String TRUSTSTORE_COMPLETE_CLASSPATH
      The classpath entry referencing the complete truststore with all OpenPeppol production AND pilot entries
      See Also:
    • TRUSTSTORE_PASSWORD

      public static final String TRUSTSTORE_PASSWORD
      The password used to access the trust stores
      See Also:
  • Method Details

    • getLoadError

      @Nullable public static String getLoadError(@Nonnull com.helger.security.keystore.LoadedKeyStore aLKS)
    • getLoadError

      @Nullable public static String getLoadError(@Nonnull com.helger.security.keystore.LoadedKey<?> aLK)