Uses of Class
io.mosip.kernel.keymanagerservice.entity.KeyAlias
-
Packages that use KeyAlias Package Description io.mosip.kernel.keymanagerservice.helper io.mosip.kernel.keymanagerservice.repository io.mosip.kernel.keymanagerservice.util -
-
Uses of KeyAlias in io.mosip.kernel.keymanagerservice.helper
Methods in io.mosip.kernel.keymanagerservice.helper that return types with arguments of type KeyAlias Modifier and Type Method Description Map<String,List<KeyAlias>>KeymanagerDBHelper. getKeyAliases(String applicationId, String referenceId, LocalDateTime timeStamp)Function to get keyalias from keyalias tableMethod parameters in io.mosip.kernel.keymanagerservice.helper with type arguments of type KeyAlias Modifier and Type Method Description LocalDateTimeKeymanagerDBHelper. getExpiryPolicy(String applicationId, LocalDateTime timeStamp, List<KeyAlias> keyAlias)Function to get expiry datetime using keypolicy table. -
Uses of KeyAlias in io.mosip.kernel.keymanagerservice.repository
Methods in io.mosip.kernel.keymanagerservice.repository that return types with arguments of type KeyAlias Modifier and Type Method Description List<KeyAlias>KeyAliasRepository. findByApplicationIdAndReferenceId(String applicationId, String referenceId)Function to find keyalias by applicationId and referenceId -
Uses of KeyAlias in io.mosip.kernel.keymanagerservice.util
Methods in io.mosip.kernel.keymanagerservice.util with parameters of type KeyAlias Modifier and Type Method Description booleanKeymanagerUtil. isValidTimestamp(LocalDateTime timeStamp, KeyAlias keyAlias)Function to check valid timestamp
-