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) Creates a successor key forkidand, optionally, schedules the rotation for a future instant.voidAnkaSecureSdk.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) voidKeyManagementService.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 baseKid, GenerateKeySpec succ) voidKeyManagementServiceImpl.generateKey(GenerateKeySpec spec) -
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.