packaging / net.corda.packaging / Cpb / Archived

Archived

class Archived : Cpb

Constructors

<init>

Archived(identifier: Identifier, metadata: MetaData, cpks: Iterable<Cpk>)

Properties

cpks

val cpks: Iterable<Cpk>

Companion Object Functions

from

Create an Cpb.Archived instance reading the file the from inputStream, neither the Cpb archive, nor its contained CPKs will be extracted, but their content will be scanned to extract their metadata.

fun from(inputStream: InputStream, verifySignature: Boolean = false, cpbLocation: String? = null): Archived