Package com.tccc.kos.commons.util.keys
Interface KeySet
- All Known Implementing Classes:
KabKeySet
,SimpleKeySet
public interface KeySet
Interface that provides access to a private key and cert that
are used to sign kabs in kos.
- Version:
- 2022-07-02
-
Method Details
-
getPrivateKey
PrivateKey getPrivateKey()Return the private key -
getCertPath
CertPath getCertPath()Return the cert path -
getMode
Get the mode of the keySet -
getDisplayAuthority
Return the display authority of the keySet
-