Uses of Class
co.ankatech.ankasecure.sdk.model.ExportedKeySpec
Packages that use ExportedKeySpec
Package
Description
-
Uses of ExportedKeySpec in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return ExportedKeySpecModifier and TypeMethodDescriptionAnkaSecureSdk.createRotation
(String kid, GenerateKeySpec successor, ZonedDateTime scheduledAt) Creates a successor key forkid
and, optionally, schedules the rotation for a future instant.Exports a key’s specification as a Java object. -
Uses of ExportedKeySpec in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service that return ExportedKeySpecModifier and TypeMethodDescriptionKeyManagementService.createRotation
(String kid, GenerateKeySpec successor, ZonedDateTime scheduledAt) -
Uses of ExportedKeySpec in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return ExportedKeySpecModifier and TypeMethodDescriptionKeyManagementServiceImpl.createRotation
(String kid, GenerateKeySpec succ, ZonedDateTime ts)