Uses of Class
co.ankatech.ankasecure.sdk.model.PatchKeySpec.Builder
Packages that use PatchKeySpec.Builder
-
Uses of PatchKeySpec.Builder in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return PatchKeySpec.BuilderModifier and TypeMethodDescriptionSets the hard expiration date of the key.PatchKeySpec.Builder.maxUsageLimit(int limit) Sets the hard usage limit (absolute cap).PatchKeySpec.Builder.softLimitExpiration(Instant t) Sets the soft-limit expiration date.PatchKeySpec.Builder.softUsageLimit(int limit) Sets the soft usage limit (number of allowed operations before the soft-limit warning).