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. findByApplicationId(String applicationId)Function to find keyalias by applicationIdList<KeyAlias>KeyAliasRepository. findByApplicationIdAndReferenceId(String applicationId, String referenceId)Function to find keyalias by applicationId and referenceIdList<KeyAlias>KeyAliasRepository. findByApplicationIdAndReferenceIdAndCertThumbprint(String applicationId, String referenceId, String certThumbprint)Function to find keyalias by applicationId, referenceId and certThumbprintList<KeyAlias>KeyAliasRepository. findByCertThumbprint(String certThumbprint)Function to find keyalias by certificate thumbprintList<KeyAlias>KeyAliasRepository. findByCertThumbprintIsNull()Function to find keyalias by certificate thumbprint is nullList<KeyAlias>KeyAliasRepository. findByUniqueIdentifierIsNull()Function to find keyalias by key unique identifieris null -
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, int preExpireDays)Function to check valid timestamp
-