Class PKIJaxbProperties
java.lang.Object
eu.europa.esig.dss.pki.jaxb.property.PKIJaxbProperties
Utils class, containing a list of JAXB PKI properties
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Extension of a Certificate file (for example: ***.crt)static final String
Preceding path to a Certificate file (for example: crt/***)static final String
Extension of a CRL file (for example: ***.crl)static final String
Preceding path to a CRL file (for example: crl/***)static final String
Extension of an OCSP file (for example: ***.ocsp)static final String
Preceding path to an OCSP file (for example: ocsp/***)static final String
Two-letters country code (for example: LU)static final String
PKI Factory Host Url (for example: http://dss.nowina.lu/pki-factory/)static final String
Organization name(for example: Nowina Solutions)static final String
Organization unit name (for example: PKI-Test) -
Method Summary
-
Field Details
-
PKI_FACTORY_HOST
PKI Factory Host Url (for example: http://dss.nowina.lu/pki-factory/) -
PKI_FACTORY_COUNTRY
Two-letters country code (for example: LU) -
PKI_FACTORY_ORGANISATION
Organization name(for example: Nowina Solutions) -
PKI_FACTORY_ORGANISATION_UNIT
Organization unit name (for example: PKI-Test) -
CRL_EXTENSION
Extension of a CRL file (for example: ***.crl) -
CRL_PATH
Preceding path to a CRL file (for example: crl/***) -
CERT_EXTENSION
Extension of a Certificate file (for example: ***.crt) -
CERT_PATH
Preceding path to a Certificate file (for example: crt/***) -
OCSP_EXTENSION
Extension of an OCSP file (for example: ***.ocsp) -
OCSP_PATH
Preceding path to an OCSP file (for example: ocsp/***)
-