public interface SvdiParser
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getExpiryDate()
Returns the expiration date of the VDI
|
java.lang.String |
getFractal()
The method returns the fractals that the VDI belongs to.
|
java.lang.String |
getIdentifier()
Returns the identifier of the VDI
|
java.util.List<org.iso.mpeg.mxm.tEngine.relTE.schemahandler.relr.License> |
getLicenseList()
Returns a list containing all the licenses that are embedded in the VDI.
|
java.util.List<org.iso.mpeg.mxm.tEngine.securityTE.schemahandler.dsig.Signature> |
getSignatureList()
Returns a list containing all the signatures that are embedded in the VDI.
|
java.util.Date |
getStartDate()
Returns the start validity date of the VDI
|
java.lang.String getFractal()
java.lang.String getIdentifier()
java.util.List<org.iso.mpeg.mxm.tEngine.relTE.schemahandler.relr.License> getLicenseList()
java.util.Date getStartDate()
java.util.Date getExpiryDate()
java.util.List<org.iso.mpeg.mxm.tEngine.securityTE.schemahandler.dsig.Signature> getSignatureList()