Uses of Class
com.tccc.kos.commons.kab.KabOutputStreamBuilder
Packages that use KabOutputStreamBuilder
Package
Description
Contains classes and interfaces used to access KAB (kOS Archive Bundle) files.
-
Uses of KabOutputStreamBuilder in com.tccc.kos.commons.kab
Methods in com.tccc.kos.commons.kab that return KabOutputStreamBuilderModifier and TypeMethodDescriptionKabOutputStreamBuilder.setAccessProvider
(KabAccessProvider accessProvider) When building a KAB, each entry can be created using ownership and permission information.Set theKeySet
to use when signing the KAB.Set the name header property of the KAB.KabOutputStreamBuilder.setOutputFile
(File outputFile) The underlying output stream for the KAB to be written to can be set either by specifying theOutputStream
or by specifying aFile
.KabOutputStreamBuilder.setOutputStream
(OutputStream outputStream) The underlying output stream for the KAB to be written to can be set either by specifying theOutputStream
or by specifying aFile
.KabOutputStreamBuilder.setPrivateKey
(PrivateKey privateKey) If any content in the KAB require encryption, a private key must be specified to enable encryption.Set the tag header property of the KAB.Set the type of the KAB.KabOutputStreamBuilder.setVersion
(String version) Set the version header property of the KAB.