Uses of Class
org.xipki.apppackage.ZipEntryInfo
-
Packages that use ZipEntryInfo Package Description org.xipki.apppackage -
-
Uses of ZipEntryInfo in org.xipki.apppackage
Methods in org.xipki.apppackage that return ZipEntryInfo Modifier and Type Method Description static ZipEntryInfoZipEntryInfo. decode(CborDecoder decoder)Methods in org.xipki.apppackage that return types with arguments of type ZipEntryInfo Modifier and Type Method Description List<ZipEntryInfo>ZipFileInfo. getEntries()Method parameters in org.xipki.apppackage with type arguments of type ZipEntryInfo Modifier and Type Method Description voidZipFileInfo. setEntries(List<ZipEntryInfo> entries)
-