Package com.kosdev.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.
- Since:
- 1
- Version:
- 1
-
Method Details
-
getPrivateKey
PrivateKey getPrivateKey()Return the private key- Since:
- 1
-
getCertPath
CertPath getCertPath()Return the cert path- Since:
- 1
-
getMode
Get the mode of the keySet- Since:
- 1
-
getDisplayAuthority
Return the display authority of the keySet- Since:
- 1
-