- generateLicense() - Method in class io.mosip.kernel.lkeymanager.util.LicenseKeyManagerUtil
-
Method that generates a random license key of specified length.
- generateLicenseKey(RequestWrapper<LicenseKeyGenerationDto>) - Method in class io.mosip.kernel.lkeymanager.controller.LicenseKeyController
-
This method will generate license key against a certain TSP ID.
- generateLicenseKey(LicenseKeyGenerationDto) - Method in class io.mosip.kernel.lkeymanager.service.impl.LicenseKeyManagerServiceImpl
-
- generateTokenID(String, String) - Method in class io.mosip.kernel.tokenidgenerator.controller.TokenIDGeneratorController
-
- generateTokenID(String, String) - Method in class io.mosip.kernel.tokenidgenerator.generator.TokenIDGenerator
-
- generateTokenID(String, String) - Method in class io.mosip.kernel.tokenidgenerator.service.impl.TokenIDGeneratorServiceImpl
-
- generateTokenID(String, String) - Method in interface io.mosip.kernel.tokenidgenerator.service.TokenIDGeneratorService
-
- GETALIAS - Static variable in class io.mosip.kernel.keymanagerservice.constant.KeymanagerConstant
-
The constant Getting key alias
- getCurrentTimeInUTCTimeZone() - Method in class io.mosip.kernel.lkeymanager.util.LicenseKeyManagerUtil
-
Method that returns the current date-time in UTC time zone.
- getDecryptedSymmetricKey(CryptomanagerRequestDto) - Method in class io.mosip.kernel.cryptomanager.util.CryptomanagerUtils
-
Calls Key-Manager-Service to decrypt symmetric key.
- getErrorCode() - Method in enum io.mosip.kernel.cryptomanager.constant.CryptomanagerErrorCode
-
Getter for errorCode
- getErrorCode() - Method in enum io.mosip.kernel.keymanagerservice.constant.KeymanagerErrorConstant
-
- getErrorCode() - Method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerErrorCodes
-
Getter for error code.
- getErrorCode() - Method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerExceptionConstants
-
Getter for error code.
- getErrorCode() - Method in enum io.mosip.kernel.signature.constant.SignatureErrorCode
-
- getErrorCode() - Method in enum io.mosip.kernel.tokenidgenerator.constant.TokenIDGeneratorErrorCode
-
Function to get error code
- getErrorMessage() - Method in enum io.mosip.kernel.cryptomanager.constant.CryptomanagerErrorCode
-
Getter for errorMessage
- getErrorMessage() - Method in enum io.mosip.kernel.keymanagerservice.constant.KeymanagerErrorConstant
-
- getErrorMessage() - Method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerExceptionConstants
-
Getter for error message.
- getErrorMessage() - Method in enum io.mosip.kernel.signature.constant.SignatureErrorCode
-
- getErrorMessage() - Method in enum io.mosip.kernel.tokenidgenerator.constant.TokenIDGeneratorErrorCode
-
Function to get the error message
- GETEXPIRYPOLICY - Static variable in class io.mosip.kernel.keymanagerservice.constant.KeymanagerConstant
-
The constant Getting expiry policy
- getList() - Method in exception io.mosip.kernel.cryptomanager.exception.KeymanagerServiceException
-
Getter for error list.
- getList() - Method in exception io.mosip.kernel.lkeymanager.exception.InvalidArgumentsException
-
Getter for error list.
- getList() - Method in exception io.mosip.kernel.lkeymanager.exception.LicenseKeyServiceException
-
Getter for error list.
- getLogger(Class<?>) - Static method in class io.mosip.kernel.keymanagerservice.logger.KeymanagerLogger
-
Method to get the rolling file logger for the class provided.
- GETPRIVATEKEY - Static variable in class io.mosip.kernel.keymanagerservice.constant.KeymanagerConstant
-
The constant Getting private key
- getPublicKey(CryptomanagerRequestDto) - Method in class io.mosip.kernel.cryptomanager.util.CryptomanagerUtils
-
Calls Key-Manager-Service to get public key of an application.
- GETPUBLICKEY - Static variable in class io.mosip.kernel.keymanagerservice.constant.KeymanagerConstant
-
The constant Request received to getPublicKey
- getPublicKey(String, String, Optional<String>) - Method in class io.mosip.kernel.keymanagerservice.controller.KeymanagerController
-
Request mapping to get Public Key
- getPublicKey(String, String, Optional<String>) - Method in class io.mosip.kernel.keymanagerservice.service.impl.KeymanagerServiceImpl
-
- getPublicKey(String, String, Optional<String>) - Method in interface io.mosip.kernel.keymanagerservice.service.KeymanagerService
-
Function to get public key
- GETPUBLICKEYDB - Static variable in class io.mosip.kernel.keymanagerservice.constant.KeymanagerConstant
-
The constant Getting public key from DB Store
- GETPUBLICKEYHSM - Static variable in class io.mosip.kernel.keymanagerservice.constant.KeymanagerConstant
-
The constant Getting public key from SoftHSM
- getReqResFilter() - Method in class io.mosip.kernel.keymanagerservice.config.Config
-
- getSignPublicKey(String, String, Optional<String>) - Method in class io.mosip.kernel.keymanagerservice.service.impl.KeymanagerServiceImpl
-
- getSignPublicKey(String, String, Optional<String>) - Method in interface io.mosip.kernel.keymanagerservice.service.KeymanagerService
-
- getValue() - Method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerPropertyConstants
-
Getter for value.
- KEYALIAS - Static variable in class io.mosip.kernel.keymanagerservice.constant.KeymanagerConstant
-
The constant keyalias
- KeyAlias - Class in io.mosip.kernel.keymanagerservice.entity
-
Entity class for KeyAlias
- KeyAlias() - Constructor for class io.mosip.kernel.keymanagerservice.entity.KeyAlias
-
- KeyAliasRepository - Interface in io.mosip.kernel.keymanagerservice.repository
-
This interface extends BaseRepository which provides with the methods for
several CRUD operations.
- KEYFROMDB - Static variable in class io.mosip.kernel.keymanagerservice.constant.KeymanagerConstant
-
The constant keyFromDBStore
- KEYMANAGER_JDBC_SCHEMA - Static variable in class io.mosip.kernel.keymanagerservice.constant.HibernatePersistenceConstant
-
/**
The string constant jdbc schema
- KeymanagerBootApplication - Class in io.mosip.kernel.keymanagerservice
-
Key Manager Application
- KeymanagerBootApplication() - Constructor for class io.mosip.kernel.keymanagerservice.KeymanagerBootApplication
-
- KeymanagerConstant - Class in io.mosip.kernel.keymanagerservice.constant
-
Constants for Keymanager
- KeymanagerController - Class in io.mosip.kernel.keymanagerservice.controller
-
This class provides controller methods for Key manager.
- KeymanagerController() - Constructor for class io.mosip.kernel.keymanagerservice.controller.KeymanagerController
-
- KeymanagerDaoConfig - Class in io.mosip.kernel.keymanagerservice.config
-
- KeymanagerDaoConfig() - Constructor for class io.mosip.kernel.keymanagerservice.config.KeymanagerDaoConfig
-
- keymanagerDataSource() - Method in class io.mosip.kernel.keymanagerservice.config.KeymanagerDaoConfig
-
- keymanagerEntityManagerFactory() - Method in class io.mosip.kernel.keymanagerservice.config.KeymanagerDaoConfig
-
- KeymanagerErrorConstant - Enum in io.mosip.kernel.keymanagerservice.constant
-
This ENUM provides all the constant identified for Keymanager Service errors.
- KeymanagerExceptionHandler - Class in io.mosip.kernel.keymanagerservice.exception
-
Rest Controller Advice for Keymanager Service
- KeymanagerExceptionHandler() - Constructor for class io.mosip.kernel.keymanagerservice.exception.KeymanagerExceptionHandler
-
- keymanagerJpaDialect() - Method in class io.mosip.kernel.keymanagerservice.config.KeymanagerDaoConfig
-
- keymanagerJpaProperties() - Method in class io.mosip.kernel.keymanagerservice.config.KeymanagerDaoConfig
-
- keymanagerJpaVendorAdapter() - Method in class io.mosip.kernel.keymanagerservice.config.KeymanagerDaoConfig
-
- KeymanagerLogger - Class in io.mosip.kernel.keymanagerservice.logger
-
Keymanager logger.
- KeymanagerPublicKeyResponseDto - Class in io.mosip.kernel.cryptomanager.dto
-
Key-Manager-Service get-public-key response model
- KeymanagerPublicKeyResponseDto() - Constructor for class io.mosip.kernel.cryptomanager.dto.KeymanagerPublicKeyResponseDto
-
- KeymanagerService - Interface in io.mosip.kernel.keymanagerservice.service
-
This interface provides the methods which can be used for Key management
- KeymanagerServiceException - Exception in io.mosip.kernel.cryptomanager.exception
-
- KeymanagerServiceException(List<ServiceError>) - Constructor for exception io.mosip.kernel.cryptomanager.exception.KeymanagerServiceException
-
- keymanagerServiceException(HttpServletRequest, CryptoException) - Method in class io.mosip.kernel.keymanagerservice.exception.KeymanagerExceptionHandler
-
- KeymanagerServiceException - Exception in io.mosip.kernel.keymanagerservice.exception
-
Custom Exception Class in case of CryptoException
- KeymanagerServiceException(String, String) - Constructor for exception io.mosip.kernel.keymanagerservice.exception.KeymanagerServiceException
-
Constructor the initialize Handler exception
- KeymanagerServiceException(String, String, Throwable) - Constructor for exception io.mosip.kernel.keymanagerservice.exception.KeymanagerServiceException
-
- KeymanagerServiceImpl - Class in io.mosip.kernel.keymanagerservice.service.impl
-
This class provides the implementation for the methods of KeymanagerService
interface.
- KeymanagerServiceImpl() - Constructor for class io.mosip.kernel.keymanagerservice.service.impl.KeymanagerServiceImpl
-
- KeymanagerSymmetricKeyConverter - Class in io.mosip.kernel.cryptomanager.util
-
- KeymanagerSymmetricKeyConverter() - Constructor for class io.mosip.kernel.cryptomanager.util.KeymanagerSymmetricKeyConverter
-
- KeymanagerSymmetricKeyRequestDto - Class in io.mosip.kernel.cryptomanager.dto
-
Key-Manager-Service decrypt-symmetric-key request model
- KeymanagerSymmetricKeyRequestDto() - Constructor for class io.mosip.kernel.cryptomanager.dto.KeymanagerSymmetricKeyRequestDto
-
- KeymanagerSymmetricKeyResponseDto - Class in io.mosip.kernel.cryptomanager.dto
-
Key-Manager-Service decrypt-symmetric-key response model
- KeymanagerSymmetricKeyResponseDto() - Constructor for class io.mosip.kernel.cryptomanager.dto.KeymanagerSymmetricKeyResponseDto
-
- keymanagerTransactionManager() - Method in class io.mosip.kernel.keymanagerservice.config.KeymanagerDaoConfig
-
- KeymanagerUtil - Class in io.mosip.kernel.keymanagerservice.util
-
Utility class for Keymanager
- KeymanagerUtil() - Constructor for class io.mosip.kernel.keymanagerservice.util.KeymanagerUtil
-
- KEYPOLICY - Static variable in class io.mosip.kernel.keymanagerservice.constant.KeymanagerConstant
-
The constant keyPolicy
- KeyPolicy - Class in io.mosip.kernel.keymanagerservice.entity
-
Entity class for KeyPolicy
- KeyPolicy() - Constructor for class io.mosip.kernel.keymanagerservice.entity.KeyPolicy
-
- KeyPolicyRepository - Interface in io.mosip.kernel.keymanagerservice.repository
-
This interface extends BaseRepository which provides with the methods for
several CRUD operations.
- KeyStore - Class in io.mosip.kernel.keymanagerservice.entity
-
Entity class for KeyStore
- KeyStore() - Constructor for class io.mosip.kernel.keymanagerservice.entity.KeyStore
-
- KeyStoreException - Exception in io.mosip.kernel.keymanagerservice.exception
-
Custom Exception Class in case of keystore is not able to store key
- KeyStoreException(String, String) - Constructor for exception io.mosip.kernel.keymanagerservice.exception.KeyStoreException
-
Constructor the initialize Handler exception
- KeyStoreRepository - Interface in io.mosip.kernel.keymanagerservice.repository
-
This interface extends BaseRepository which provides with the methods for
several CRUD operations.
- LicenseKeyController - Class in io.mosip.kernel.lkeymanager.controller
-
Controller class that provides various methods for license key management
such as to generate license key for a specified TSP ID, mapping several
permissions to a generated license key, fetching the specified permissions
for a license key.
- LicenseKeyController() - Constructor for class io.mosip.kernel.lkeymanager.controller.LicenseKeyController
-
- LicenseKeyFetchResponseDto - Class in io.mosip.kernel.lkeymanager.dto
-
DTO class for license key fetch response.
- LicenseKeyFetchResponseDto() - Constructor for class io.mosip.kernel.lkeymanager.dto.LicenseKeyFetchResponseDto
-
- LicenseKeyGenerationDto - Class in io.mosip.kernel.lkeymanager.dto
-
DTO class to provide input request for generation of license key.
- LicenseKeyGenerationDto() - Constructor for class io.mosip.kernel.lkeymanager.dto.LicenseKeyGenerationDto
-
- LicenseKeyGenerationResponseDto - Class in io.mosip.kernel.lkeymanager.dto
-
DTO class for license key generation response.
- LicenseKeyGenerationResponseDto() - Constructor for class io.mosip.kernel.lkeymanager.dto.LicenseKeyGenerationResponseDto
-
- LicenseKeyList - Class in io.mosip.kernel.lkeymanager.entity
-
Entity class to represent the license key list table.
- LicenseKeyList() - Constructor for class io.mosip.kernel.lkeymanager.entity.LicenseKeyList
-
- LicenseKeyListRepository - Interface in io.mosip.kernel.lkeymanager.repository
-
- LicenseKeymanagerConfig - Class in io.mosip.kernel.lkeymanager.config
-
- LicenseKeymanagerConfig() - Constructor for class io.mosip.kernel.lkeymanager.config.LicenseKeymanagerConfig
-
- LicenseKeyManagerErrorCodes - Enum in io.mosip.kernel.lkeymanager.constant
-
ENUM to manage error codes of exceptions handled in the service.
- LicenseKeyManagerExceptionConstants - Enum in io.mosip.kernel.lkeymanager.constant
-
ENUM to manage constants of exceptions handled in the service.
- LicenseKeyManagerPropertyConstants - Enum in io.mosip.kernel.lkeymanager.constant
-
ENUM to manage constant values defined in the service.
- LicenseKeyManagerServiceImpl - Class in io.mosip.kernel.lkeymanager.service.impl
-
Implementation class for LicenseKeyManagerService.
- LicenseKeyManagerServiceImpl() - Constructor for class io.mosip.kernel.lkeymanager.service.impl.LicenseKeyManagerServiceImpl
-
- LicenseKeyManagerUtil - Class in io.mosip.kernel.lkeymanager.util
-
This class provides several utility methods to be used in license key manager
service.
- LicenseKeyManagerUtil() - Constructor for class io.mosip.kernel.lkeymanager.util.LicenseKeyManagerUtil
-
- LicenseKeyMappingDto - Class in io.mosip.kernel.lkeymanager.dto
-
DTO class to map license key to a set of permissions.
- LicenseKeyMappingDto() - Constructor for class io.mosip.kernel.lkeymanager.dto.LicenseKeyMappingDto
-
- LicenseKeyMappingResponseDto - Class in io.mosip.kernel.lkeymanager.dto
-
DTO class for licensekey-permission mapping response.
- LicenseKeyMappingResponseDto() - Constructor for class io.mosip.kernel.lkeymanager.dto.LicenseKeyMappingResponseDto
-
- LicenseKeyPermission - Class in io.mosip.kernel.lkeymanager.entity
-
Entity class for License key permissions.
- LicenseKeyPermission() - Constructor for class io.mosip.kernel.lkeymanager.entity.LicenseKeyPermission
-
- LicenseKeyPermissionID - Class in io.mosip.kernel.lkeymanager.entity.id
-
- LicenseKeyPermissionID() - Constructor for class io.mosip.kernel.lkeymanager.entity.id.LicenseKeyPermissionID
-
- LicenseKeyPermissionRepository - Interface in io.mosip.kernel.lkeymanager.repository
-
- LicenseKeyServiceException - Exception in io.mosip.kernel.lkeymanager.exception
-
Exception class for License Key Manager service.
- LicenseKeyServiceException(List<ServiceError>) - Constructor for exception io.mosip.kernel.lkeymanager.exception.LicenseKeyServiceException
-
- LicenseKeyTspMap - Class in io.mosip.kernel.lkeymanager.entity
-
Entity class for License key and TSP ID mapping.
- LicenseKeyTspMap() - Constructor for class io.mosip.kernel.lkeymanager.entity.LicenseKeyTspMap
-
- LicenseKeyTspMapID - Class in io.mosip.kernel.lkeymanager.entity.id
-
- LicenseKeyTspMapID() - Constructor for class io.mosip.kernel.lkeymanager.entity.id.LicenseKeyTspMapID
-
- LicenseKeyTspMapRepository - Interface in io.mosip.kernel.lkeymanager.repository
-
- LKEYMANAGER_JDBC_SCHEMA - Static variable in class io.mosip.kernel.keymanagerservice.constant.HibernatePersistenceConstant
-
The string constant jdbc schema
- lKeymanagerDataSource() - Method in class io.mosip.kernel.lkeymanager.config.LicenseKeymanagerConfig
-
- lKeymanagerEntityManagerFactory() - Method in class io.mosip.kernel.lkeymanager.config.LicenseKeymanagerConfig
-
- lKeymanagerJpaDialect() - Method in class io.mosip.kernel.lkeymanager.config.LicenseKeymanagerConfig
-
- lKeymanagerJpaVendorAdapter() - Method in class io.mosip.kernel.lkeymanager.config.LicenseKeymanagerConfig
-
- lKeymanagerTransactionManager() - Method in class io.mosip.kernel.lkeymanager.config.LicenseKeymanagerConfig
-
- logConfig(Class<?>) - Static method in class io.mosip.kernel.keymanagerservice.config.LoggerConfiguration
-
This method sets the logger target, and returns appender.
- logFilter() - Method in class io.mosip.kernel.keymanagerservice.config.Config
-
- LoggerConfiguration - Class in io.mosip.kernel.keymanagerservice.config
-
Console Logger Configuration.
- validate(RequestWrapper<TimestampRequestDto>) - Method in class io.mosip.kernel.signature.controller.SignatureController
-
- validate(TimestampRequestDto) - Method in class io.mosip.kernel.signature.service.impl.SignatureServiceImpl
-
- validate(TimestampRequestDto) - Method in interface io.mosip.kernel.signature.service.SignatureService
-
Validate signature
- validateInputArguments(HttpServletRequest, InvalidArgumentsException) - Method in class io.mosip.kernel.keymanagerservice.exception.KeymanagerExceptionHandler
-
- validateRequestParameters(String, String, List<String>) - Method in class io.mosip.kernel.lkeymanager.util.LicenseKeyManagerUtil
-
Method to validate TSP ID, License Key, and the list of permissions.
- validateTSP(String) - Method in class io.mosip.kernel.lkeymanager.util.LicenseKeyManagerUtil
-
Method to validate TSP ID.
- validateTSPAndLicenseKey(String, String) - Method in class io.mosip.kernel.lkeymanager.util.LicenseKeyManagerUtil
-
Method to validate TSP ID and License Key.
- VALIDATION_SUCCESSFUL - Static variable in class io.mosip.kernel.signature.constant.SignatureConstant
-
- ValidatorResponseDto - Class in io.mosip.kernel.signature.dto
-
- ValidatorResponseDto() - Constructor for class io.mosip.kernel.signature.dto.ValidatorResponseDto
-
- valueOf(String) - Static method in enum io.mosip.kernel.cryptomanager.constant.CryptomanagerErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.mosip.kernel.keymanagerservice.constant.KeymanagerErrorConstant
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerErrorCodes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerExceptionConstants
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerPropertyConstants
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.mosip.kernel.signature.constant.SignatureErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.mosip.kernel.tokenidgenerator.constant.TokenIDGeneratorErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.mosip.kernel.cryptomanager.constant.CryptomanagerErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.mosip.kernel.keymanagerservice.constant.KeymanagerErrorConstant
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerErrorCodes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerExceptionConstants
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.mosip.kernel.lkeymanager.constant.LicenseKeyManagerPropertyConstants
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.mosip.kernel.signature.constant.SignatureErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.mosip.kernel.tokenidgenerator.constant.TokenIDGeneratorErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.