Uses of Class
co.ankatech.ankasecure.sdk.model.GenerateKeySpec
Packages that use GenerateKeySpec
Package
Description
-
Uses of GenerateKeySpec in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk with parameters of type GenerateKeySpecModifier and TypeMethodDescriptionAnkaSecureSdk.createRotation
(String kid, GenerateKeySpec successor, ZonedDateTime scheduledAt) Creates a successor key forkid
and, optionally, schedules the rotation for a future instant.void
AnkaSecureSdk.generateKey
(GenerateKeySpec spec) Creates a new cryptographic key in the Anka Secure platform using parameters fromGenerateKeySpec
. -
Uses of GenerateKeySpec in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service with parameters of type GenerateKeySpecModifier and TypeMethodDescriptionKeyManagementService.createRotation
(String kid, GenerateKeySpec successor, ZonedDateTime scheduledAt) void
KeyManagementService.generateKey
(GenerateKeySpec spec) -
Uses of GenerateKeySpec in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl with parameters of type GenerateKeySpecModifier and TypeMethodDescriptionKeyManagementServiceImpl.createRotation
(String kid, GenerateKeySpec succ, ZonedDateTime ts) void
KeyManagementServiceImpl.generateKey
(GenerateKeySpec s) -
Uses of GenerateKeySpec in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return GenerateKeySpecModifier and TypeMethodDescriptionSets the algorithm name.GenerateKeySpec.setExpiresAt
(ZonedDateTime expiresAt) Sets hard expiration date/time.GenerateKeySpec.setExportable
(Boolean exportable) Sets exportability.Sets permitted key operations.Sets the key identifier.Sets the key type.GenerateKeySpec.setMaxUsageLimit
(Integer maxUsageLimit) Sets maximum usage limit (0/null = unlimited).GenerateKeySpec.setSoftLimitExpiration
(ZonedDateTime softLimitExpiration) Sets soft-limit expiration date/time.GenerateKeySpec.setSoftUsageLimit
(Integer softUsageLimit) Sets soft usage limit.