Uses of Class
io.mosip.kernel.keymanagerservice.entity.KeyPolicy
Packages that use KeyPolicy
Package
Description
-
Uses of KeyPolicy in io.mosip.kernel.keymanagerservice.helper
Methods in io.mosip.kernel.keymanagerservice.helper that return types with arguments of type KeyPolicyModifier and TypeMethodDescriptionKeymanagerDBHelper.getKeyPolicy(String applicationId) Function to fetch KeyPolicy from DB.KeymanagerDBHelper.getKeyPolicyFromCache(String applicationId) -
Uses of KeyPolicy in io.mosip.kernel.keymanagerservice.repository
Methods in io.mosip.kernel.keymanagerservice.repository that return types with arguments of type KeyPolicyModifier and TypeMethodDescriptionKeyPolicyRepository.findByApplicationId(String applicationId) Function to find KeyPolicy by applicationIdKeyPolicyRepository.findByApplicationIdAndIsActive(String applicationId, boolean isActive) Function to find KeyPolicy by applicationId