Uses of Enum Class
co.ankatech.ankasecure.sdk.model.KeyOrigin
Packages that use KeyOrigin
-
Uses of KeyOrigin in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return KeyOriginModifier and TypeMethodDescriptionKeyMetadata.getOrigin()Returns the key origin.static KeyOriginReturns the enum constant of this class with the specified name.static KeyOrigin[]KeyOrigin.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in co.ankatech.ankasecure.sdk.model with parameters of type KeyOriginModifierConstructorDescriptionKeyMetadata(String kid, String kty, String alg, String kdf, List<String> keyOps, Boolean exportable, KeyOrigin origin, Boolean restricted, String status, ZonedDateTime createdAt, ZonedDateTime expiresAt, ZonedDateTime softLimitExpiration, Integer usageCount, Integer softUsageLimit, Integer maxUsageLimit) Constructor for internal SDK use.