Class KeyManagementServiceImpl
Object
KeyManagementServiceImpl
- All Implemented Interfaces:
KeyManagementService
Thread-safe implementation of
KeyManagementService
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRotation
(String kid, GenerateKeySpec succ, ZonedDateTime ts) void
RotationJobResponse
getRotationJob
(String jobId) listKeys()
void
void
void
-
Constructor Details
-
KeyManagementServiceImpl
public KeyManagementServiceImpl(AnkaSecureOpenApiClient api)
-
-
Method Details
-
generateKey
- Specified by:
generateKey
in interfaceKeyManagementService
-
removeKey
- Specified by:
removeKey
in interfaceKeyManagementService
-
revokeKey
- Specified by:
revokeKey
in interfaceKeyManagementService
-
listKeys
- Specified by:
listKeys
in interfaceKeyManagementService
-
createRotation
- Specified by:
createRotation
in interfaceKeyManagementService
-
patchKey
- Specified by:
patchKey
in interfaceKeyManagementService
-
getRotationJob
- Specified by:
getRotationJob
in interfaceKeyManagementService
-
getSupportedAlgorithms
- Specified by:
getSupportedAlgorithms
in interfaceKeyManagementService
-