packaging / net.corda.packaging.internal / CpkLoader

CpkLoader

object CpkLoader

Functions

from

Parses the cpk metadata optionally extracting the cpk content in the provided destination expansionLocation if it is present. A cpkLocation string can be provided for more meaningful exception messages in case of errors

fun from(source: InputStream, expansionLocation: Path?, cpkLocation: String?, verifySignature: Boolean): Cpk