Uses of Class
io.mosip.kernel.keymanagerservice.entity.KeyPolicy
-
Packages that use KeyPolicy Package Description io.mosip.kernel.keymanagerservice.helper io.mosip.kernel.keymanagerservice.repository -
-
Uses of KeyPolicy in io.mosip.kernel.keymanagerservice.helper
Methods in io.mosip.kernel.keymanagerservice.helper that return types with arguments of type KeyPolicy Modifier and Type Method Description Optional<KeyPolicy>KeymanagerDBHelper. getKeyPolicy(String applicationId)Function to fetch KeyPolicy from DB. -
Uses of KeyPolicy in io.mosip.kernel.keymanagerservice.repository
Methods in io.mosip.kernel.keymanagerservice.repository that return types with arguments of type KeyPolicy Modifier and Type Method Description Optional<KeyPolicy>KeyPolicyRepository. findByApplicationId(String applicationId)Function to find KeyPolicy by applicationIdOptional<KeyPolicy>KeyPolicyRepository. findByApplicationIdAndIsActive(String applicationId, boolean isActive)Function to find KeyPolicy by applicationId
-