Uses of Interface
com.tccc.kos.commons.util.keys.KeySet
Packages that use KeySet
Package
Description
Contains classes and interfaces used to access KAB (kOS Archive Bundle) files.
-
Uses of KeySet in com.tccc.kos.commons.kab
Methods in com.tccc.kos.commons.kab that return KeySetModifier and TypeMethodDescriptionKabCopier.getKeySet()
KabOutputStreamBuilder.getKeySet()
ZipToKabCopier.getKeySet()
Methods in com.tccc.kos.commons.kab with parameters of type KeySetModifier and TypeMethodDescriptionSet theKeySet
to use when signing the KAB.Constructors in com.tccc.kos.commons.kab with parameters of type KeySetModifierConstructorDescriptionKabOutputStream
(OutputStream os, String type, String tag, String name, String version, KeySet keySet, KabAccessProvider accessProvider) Create an output stream that writes a kab file. -
Uses of KeySet in com.tccc.kos.commons.kab.keys
Classes in com.tccc.kos.commons.kab.keys that implement KeySetModifier and TypeClassDescriptionclass
KetSet that loads key and cert from a STUIDO_KEY_SET kab file. -
Uses of KeySet in com.tccc.kos.commons.util.keys
Classes in com.tccc.kos.commons.util.keys that implement KeySetModifier and TypeClassDescriptionclass
KeySet that is manually created from key and cert.