All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.europa.esig.dss.EtsiOid Maven / Gradle / Ivy

Go to download

DSS Model contains the data model representation for DSS. All classes should be serializable (REST/SOAP)

There is a newer version: 6.0.d4j.2
Show newest version
package eu.europa.esig.dss;

public interface EtsiOid {

	/**
	 * This method returns the OID value
	 * 
	 * @return the OID value
	 */
	String getOid();

	/**
	 * This method returns the literal description of the OID
	 * 
	 * @return the OID description
	 */
	String getDescription();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy