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 Summary
Modifier and TypeMethodDescriptionReturn the cert pathgetMode()
Get the mode of the keySetReturn the private key
-
Method Details
-
getPrivateKey
PrivateKey getPrivateKey()Return the private key -
getCertPath
CertPath getCertPath()Return the cert path -
getMode
Mode getMode()Get the mode of the keySet
-