Package org.digidoc4j
Interface TSPSourceFactory
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Manages the creation of new TSP sources.
-
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.spi.x509.tsp.TSPSourcecreate()Create a new TSP source instance.
-
Method Details
-
create
eu.europa.esig.dss.spi.x509.tsp.TSPSource create()Create a new TSP source instance.- Returns:
- new TSP source.
-