Uses of Class
org.xipki.apppackage.ZipFileInfo
-
Packages that use ZipFileInfo Package Description org.xipki.apppackage -
-
Uses of ZipFileInfo in org.xipki.apppackage
Methods in org.xipki.apppackage that return ZipFileInfo Modifier and Type Method Description static ZipFileInfoZipFileInfo. decode(CborDecoder decoder)Methods in org.xipki.apppackage that return types with arguments of type ZipFileInfo Modifier and Type Method Description List<ZipFileInfo>PackageInfo. getZipFiles()Methods in org.xipki.apppackage with parameters of type ZipFileInfo Modifier and Type Method Description voidPackageInfoBuilder. addZipFile(ZipFileInfo zipFileInfo)Method parameters in org.xipki.apppackage with type arguments of type ZipFileInfo Modifier and Type Method Description voidPackageInfo. setZipFiles(List<ZipFileInfo> zipFiles)
-