Package eu.europa.esig.dss.pki.jaxb
Class JAXBPKILoader
java.lang.Object
eu.europa.esig.dss.pki.jaxb.JAXBPKILoader
Builds
JAXBCertEntity objects from the provided XML PKI configuration and stores the result in JAXBCertEntityRepository-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpersistPKI(JAXBCertEntityRepository repository, XmlPki pki) Generates certificate entries from configuration provided withinpkiand populates therepositoryvoidpersistPKI(JAXBCertEntityRepository repository, File pkiFile) Generates certificate entries from configuration provided withinpkiFileand populates therepository
-
Constructor Details
-
JAXBPKILoader
public JAXBPKILoader()Default constructor
-
-
Method Details
-
persistPKI
Generates certificate entries from configuration provided withinpkiFileand populates therepository- Parameters:
repository-JAXBCertEntityRepositoryto be populatedpkiFile-Filecontaining PKI configuration
-
persistPKI
Generates certificate entries from configuration provided withinpkiand populates therepository- Parameters:
repository-JAXBCertEntityRepositoryto be populatedpki-XmlPkito generate values from
-