Uses of Class
co.ankatech.ankasecure.sdk.model.ImportKeySpec
Packages that use ImportKeySpec
Package
Description
-
Uses of ImportKeySpec in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk with parameters of type ImportKeySpecModifier and TypeMethodDescriptionvoidAnkaSecureSdk.importKey(ImportKeySpec keyData) Imports an existing key by providing its fields in aImportKeySpec. -
Uses of ImportKeySpec in co.ankatech.ankasecure.sdk.internal.service
Methods in co.ankatech.ankasecure.sdk.internal.service with parameters of type ImportKeySpec -
Uses of ImportKeySpec in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl with parameters of type ImportKeySpec -
Uses of ImportKeySpec in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return ImportKeySpecModifier and TypeMethodDescriptionImportKeySpec.setExpiresAt(ZonedDateTime v) ImportKeySpec.setExportable(Boolean v) ImportKeySpec.setMaxUsageLimit(Integer v) ImportKeySpec.setModelVersion(String v) ImportKeySpec.setPrivateKey(String v) ImportKeySpec.setPublicKey(String v) ImportKeySpec.setSoftLimitExpiration(ZonedDateTime v) ImportKeySpec.setSoftUsageLimit(Integer v)