Package com.helger.peppol.utils
Class PeppolKeyStoreHelper
java.lang.Object
com.helger.peppol.utils.PeppolKeyStoreHelper
Helper methods to access Java key stores of type JKS (Java KeyStore).
- Author:
- Philip Helger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe truststore configuration for Peppol PKI v3 valid from 2018 to 2028. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe classpath entry referencing the complete truststore with all OpenPeppol production AND pilot entriesstatic final StringThe password used to access the trust storesstatic final com.helger.security.keystore.EKeyStoreTypeTruststore key store type - always JKS -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetLoadError(com.helger.security.keystore.LoadedKey<?> aLK) static StringgetLoadError(com.helger.security.keystore.LoadedKeyStore aLKS)
-
Field Details
-
TRUSTSTORE_TYPE
public static final com.helger.security.keystore.EKeyStoreType TRUSTSTORE_TYPETruststore key store type - always JKS -
TRUSTSTORE_COMPLETE_CLASSPATH
The classpath entry referencing the complete truststore with all OpenPeppol production AND pilot entries- See Also:
-
TRUSTSTORE_PASSWORD
The password used to access the trust stores- See Also:
-
-
Method Details
-
getLoadError
-
getLoadError
-