A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

abbreviate(String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Abbreviates a String using ellipses
abbreviate(String, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Abbreviates a String using ellipses
abbreviate(String, String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Abbreviates a String using another given String as replacement marker
abbreviate(String, String, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Abbreviates a String using a given replacement marker
abbreviateMiddle(String, String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Abbreviates a String to the length passed, replacing the middle characters with the supplied replacement String
AccessTokenResponseDTO - Class in io.mosip.kernel.core.authmanager.model
 
AccessTokenResponseDTO() - Constructor for class io.mosip.kernel.core.authmanager.model.AccessTokenResponseDTO
 
addAudit(T) - Method in interface io.mosip.kernel.core.auditmanager.spi.AuditHandler
Function to write AuditRequest
addChild(Node<T>) - Method in class io.mosip.kernel.core.masterdata.util.model.Node
 
addChilds(List<Node<T>>) - Method in class io.mosip.kernel.core.masterdata.util.model.Node
 
addDays(Date, int) - Static method in class io.mosip.kernel.core.util.DateUtils
Adds a number of days to a date returning a new Date object.
addHours(Date, int) - Static method in class io.mosip.kernel.core.util.DateUtils
Adds a number of hours to a date returning a new Date object.
addInfo(String, String) - Method in exception io.mosip.kernel.core.exception.BaseCheckedException
This method add error code and error message.
addInfo(String, String) - Method in exception io.mosip.kernel.core.exception.BaseUncheckedException
This method add the information of error code and error message.
addMinutes(Date, int) - Static method in class io.mosip.kernel.core.util.DateUtils
Adds a number of minutes to a date returning a new Date object.
addSeconds(Date, int) - Static method in class io.mosip.kernel.core.util.DateUtils
Adds a number of seconds to a date returning a new Date object.
addUserPassword(UserPasswordRequestDto) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
AES_WITH_CBC_AND_PKCS7PADDING - io.mosip.kernel.core.security.constants.MosipSecurityMethod
Advanced Encryption Standard symmetric-key block cipher security method with PKCS7 Padding
aesWithCBCandPKCS7Padding(byte[], byte[], boolean) - Static method in class io.mosip.kernel.core.security.algorithms.MosipAES
AES Engine Initialization with PKCS7Padding
after(LocalDateTime, LocalDateTime) - Static method in class io.mosip.kernel.core.util.DateUtils
Tests if this java.time.LocalDateTime is after the specified java.time.LocalDateTime.
after(Date, Date) - Static method in class io.mosip.kernel.core.util.DateUtils
Tests if this date is after the specified date.
algorithm - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
 
any - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
append(boolean) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashCode for a boolean.
append(boolean[]) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashCode for a boolean array.
append(byte) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashCode for a byte.
append(byte[]) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a byte array
append(char) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a character
append(char[]) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a character array
append(double) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a double
append(double[]) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a double array
append(float) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a float
append(float[]) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a float array
append(int) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a integer
append(int[]) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a integer array
append(long) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a long
append(long[]) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a long array
append(short) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a short
append(short[]) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a short array
append(Object) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a object
append(Object[]) - Method in class io.mosip.kernel.core.util.HashUtils
Append a hashcode for a object array
appendIfMissing(String, CharSequence, CharSequence...) - Static method in class io.mosip.kernel.core.util.StringUtils
Appends the suffix to the end of the string if the string does not already end with any of the suffixes
appendIfMissingIgnoreCase(String, CharSequence, CharSequence...) - Static method in class io.mosip.kernel.core.util.StringUtils
Appends the suffix to the end of the string if the string does not already end, case insensitive, with any of the suffixes
ApplicantType - Interface in io.mosip.kernel.core.applicanttype.spi
 
ARCHIVER_ERROR_CODE - io.mosip.kernel.core.util.constant.ZipUtilConstants
 
ARITHMETIC_ERROR_CODE - io.mosip.kernel.core.util.constant.MathUtilConstants
 
ARITHMETIC_EXCEPTION_CODE - io.mosip.kernel.core.util.constant.CalendarUtilConstants
 
ArithmeticException - Exception in io.mosip.kernel.core.exception
Base class for arithmetic exceptions.
ArithmeticException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.ArithmeticException
 
ArrayIndexOutOfBoundsException - Exception in io.mosip.kernel.core.exception
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.ArrayIndexOutOfBoundsException
 
asPDF(List<BufferedImage>) - Method in interface io.mosip.kernel.core.pdfgenerator.spi.PDFGenerator
This method will convert BufferedImage list to Byte Array.
asymmetricDecrypt(K, P, R) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is used for core Asymmetric Decryption .
asymmetricDecrypt(K, R) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is used for core Asymmetric Decryption .
asymmetricEncrypt(P, D) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is used for core Asymmetric Encryption .
asymmetricPrivateDecrypt(byte[], byte[], MosipSecurityMethod) - Static method in class io.mosip.kernel.core.security.decryption.MosipDecryptor
Asymmetric Decrypt with private key
asymmetricPrivateEncrypt(byte[], byte[], MosipSecurityMethod) - Static method in class io.mosip.kernel.core.security.encryption.MosipEncryptor
Asymmetric Encrypt with private key
AsymmetricProcessor - Class in io.mosip.kernel.core.security.processor
Asymmetric Encryption/Decryption processor
AsymmetricProcessor() - Constructor for class io.mosip.kernel.core.security.processor.AsymmetricProcessor
Constructor for this class
asymmetricPublicDecrypt(byte[], byte[], MosipSecurityMethod) - Static method in class io.mosip.kernel.core.security.decryption.MosipDecryptor
Asymmetric Decrypt with public key
asymmetricPublicEncrypt(byte[], byte[], MosipSecurityMethod) - Static method in class io.mosip.kernel.core.security.encryption.MosipEncryptor
Asymmetric Encrypt with public key
AUDIT - io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
 
AuditHandler<T> - Interface in io.mosip.kernel.core.auditmanager.spi
Interface with function to write AuditRequest
AuditManagerException - Exception in io.mosip.kernel.core.auditmanager.exception
Custom Exception Class in case of Handler Exception in Audit manager
AuditManagerException(String, String) - Constructor for exception io.mosip.kernel.core.auditmanager.exception.AuditManagerException
Constructor the initialize Handler exception
AuthConstant - Class in io.mosip.kernel.core.authmanager.constant
 
authenticateUser(LoginUser) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthNService
Deprecated.
authenticateUser(LoginUserWithClientId) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthNService
 
authenticateUserWithOtp(UserOtp) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthNService
 
authenticateWithOtp(OtpUser) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthNService
 
authenticateWithSecretKey(ClientSecret) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthNService
 
AuthNException - Exception in io.mosip.kernel.core.authmanager.exception
 
AuthNException(List<ServiceError>) - Constructor for exception io.mosip.kernel.core.authmanager.exception.AuthNException
 
AuthNResponse - Class in io.mosip.kernel.core.authmanager.model
 
AuthNResponse() - Constructor for class io.mosip.kernel.core.authmanager.model.AuthNResponse
 
AuthNResponseDto - Class in io.mosip.kernel.core.authmanager.model
 
AuthNResponseDto() - Constructor for class io.mosip.kernel.core.authmanager.model.AuthNResponseDto
 
AuthNService - Interface in io.mosip.kernel.core.authmanager.spi
 
AuthResponseDto - Class in io.mosip.kernel.core.authmanager.model
 
AuthResponseDto() - Constructor for class io.mosip.kernel.core.authmanager.model.AuthResponseDto
 
AuthService - Interface in io.mosip.kernel.core.authmanager.spi
 
AuthUserDetails - Class in io.mosip.kernel.core.authmanager.authadapter.model
Used by spring security to store user details like roles and use this across the application for Authorization purpose.
AuthUserDetails(MosipUserDto, String) - Constructor for class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
AuthZException - Exception in io.mosip.kernel.core.authmanager.exception
 
AuthZException(List<ServiceError>) - Constructor for exception io.mosip.kernel.core.authmanager.exception.AuthZException
 
AuthZResponseDto - Class in io.mosip.kernel.core.authmanager.model
 
AuthZResponseDto() - Constructor for class io.mosip.kernel.core.authmanager.model.AuthZResponseDto
 
AuthZService - Interface in io.mosip.kernel.core.authmanager.spi
 

B

BACK_OF_HAND - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
 
Base64Adapter - Class in io.mosip.kernel.core.cbeffutil.common
 
Base64Adapter() - Constructor for class io.mosip.kernel.core.cbeffutil.common.Base64Adapter
 
BaseCheckedException - Exception in io.mosip.kernel.core.exception
This is the base class for all MOSIP checked exceptions.
BaseCheckedException() - Constructor for exception io.mosip.kernel.core.exception.BaseCheckedException
Constructs a new checked exception
BaseCheckedException(String) - Constructor for exception io.mosip.kernel.core.exception.BaseCheckedException
Constructs a new checked exception with errorMessage
BaseCheckedException(String, String) - Constructor for exception io.mosip.kernel.core.exception.BaseCheckedException
Constructs a new checked exception with the specified detail message and error code.
BaseCheckedException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.BaseCheckedException
Constructs a new checked exception with the specified detail message and error code and specified cause.
BaseDaoConfig - Interface in io.mosip.kernel.core.dataaccess.spi.config
This class declares the interface for @Bean methods related to data access and will be processed by the Spring container to generate bean definitions and service requests for those beans at runtime
BaseRepository<E,​T> - Interface in io.mosip.kernel.core.dataaccess.spi.repository
Central repository marker interface.
BaseUncheckedException - Exception in io.mosip.kernel.core.exception
This is the base class for all MOSIP unchecked exceptions.
BaseUncheckedException() - Constructor for exception io.mosip.kernel.core.exception.BaseUncheckedException
Constructs a new unchecked exception
BaseUncheckedException(String) - Constructor for exception io.mosip.kernel.core.exception.BaseUncheckedException
Constructs a new checked exception with errorMessage
BaseUncheckedException(String, String) - Constructor for exception io.mosip.kernel.core.exception.BaseUncheckedException
Constructs a new unchecked exception with the specified detail message and error code.
BaseUncheckedException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.BaseUncheckedException
Constructs a new unchecked exception with the specified detail message and error code and error cause.
bdb - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
bdbInfo - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
BDBInfo - Class in io.mosip.kernel.core.cbeffutil.entity
 
BDBInfo(BDBInfo.BDBInfoBuilder) - Constructor for class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
BDBInfo.BDBInfoBuilder - Class in io.mosip.kernel.core.cbeffutil.entity
 
BDBInfoBuilder() - Constructor for class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
BDBInfoType - Class in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for BDBInfoType complex type.
BDBInfoType() - Constructor for class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
before(LocalDateTime, LocalDateTime) - Static method in class io.mosip.kernel.core.util.DateUtils
Tests if this LocalDateTime is before the specified LocalDateTime.
before(Date, Date) - Static method in class io.mosip.kernel.core.util.DateUtils
Tests if this date is before the specified date.
BioApiErrorConstant - Enum in io.mosip.kernel.core.bioapi.constant
Enum containing custom error codes and the respective messages.
BiometricException - Exception in io.mosip.kernel.core.bioapi.exception
The Class BiometricException.
BiometricException(String, String) - Constructor for exception io.mosip.kernel.core.bioapi.exception.BiometricException
Instantiates a new biometric exception.
BiometricException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.bioapi.exception.BiometricException
Instantiates a new biometric exception.
bir - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
BIR - Class in io.mosip.kernel.core.cbeffutil.entity
BIR class with Builder to create data
BIR(BIR.BIRBuilder) - Constructor for class io.mosip.kernel.core.cbeffutil.entity.BIR
 
BIR.BIRBuilder - Class in io.mosip.kernel.core.cbeffutil.entity
 
BIRBuilder() - Constructor for class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
birInfo - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
BIRInfo - Class in io.mosip.kernel.core.cbeffutil.entity
 
BIRInfo(BIRInfo.BIRInfoBuilder) - Constructor for class io.mosip.kernel.core.cbeffutil.entity.BIRInfo
 
BIRInfo.BIRInfoBuilder - Class in io.mosip.kernel.core.cbeffutil.entity
 
BIRInfoBuilder() - Constructor for class io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
 
BIRInfoType - Class in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for BIRInfoType complex type.
BIRInfoType() - Constructor for class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
 
BIRType - Class in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for BIRType complex type.
BIRType() - Constructor for class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
BIRVersion - Class in io.mosip.kernel.core.cbeffutil.entity
 
BIRVersion(BIRVersion.BIRVersionBuilder) - Constructor for class io.mosip.kernel.core.cbeffutil.entity.BIRVersion
 
BIRVersion.BIRVersionBuilder - Class in io.mosip.kernel.core.cbeffutil.entity
 
BIRVersionBuilder() - Constructor for class io.mosip.kernel.core.cbeffutil.entity.BIRVersion.BIRVersionBuilder
 
build() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
build() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
build() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
 
build() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRVersion.BIRVersionBuilder
 
build() - Method in class io.mosip.kernel.core.cbeffutil.entity.SBInfo.SBInfoBuilder
 
build() - Method in interface io.mosip.kernel.core.datamapper.spi.DataMapperBuilder
Build a Configured DataMapper instance
build() - Method in interface io.mosip.kernel.core.templatemanager.spi.TemplateManagerBuilder
Method to build the TemplateManager with required configuration
build() - Method in class io.mosip.kernel.core.util.HashUtils
Returns the computed hashCode.
buildMessage(String, Throwable) - Static method in class io.mosip.kernel.core.exception.ExceptionUtils
Returns an String object that can be used after building the exception stack trace.
byDefault(boolean) - Method in interface io.mosip.kernel.core.datamapper.spi.DataMapperBuilder
Configure byDefault in mapping
byteCountToDisplaySize(long) - Static method in class io.mosip.kernel.core.util.FileUtils
Returns a human-readable version of the file size, where the input represents a specific number of bytes.
bytesToPrivateKey(byte[]) - Static method in class io.mosip.kernel.core.security.util.SecurityUtil
AsymmetricKeyParameter from encoded private key
bytesToPublicKey(byte[]) - Static method in class io.mosip.kernel.core.security.util.SecurityUtil
AsymmetricKeyParameter from encoded public key

C

CalendarUtilConstants - Enum in io.mosip.kernel.core.util.constant
 
CalendarUtils - Class in io.mosip.kernel.core.util
This class provides the calendar utilities for MOSIP implementations.
capitalizeFirstLetter(String) - Static method in class io.mosip.kernel.core.util.StringUtils
This method capitalizes the first character of the passed parameter
captureDevice - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
CbeffConstant - Class in io.mosip.kernel.core.cbeffutil.constant
 
CbeffConstant() - Constructor for class io.mosip.kernel.core.cbeffutil.constant.CbeffConstant
 
CbeffException - Exception in io.mosip.kernel.core.cbeffutil.exception
 
CbeffException(String) - Constructor for exception io.mosip.kernel.core.cbeffutil.exception.CbeffException
 
CbeffISOReader - Class in io.mosip.kernel.core.cbeffutil.common
 
CbeffISOReader() - Constructor for class io.mosip.kernel.core.cbeffutil.common.CbeffISOReader
 
CbeffUtil - Interface in io.mosip.kernel.core.cbeffutil.spi
 
CbeffValidator - Class in io.mosip.kernel.core.cbeffutil.common
 
CbeffValidator() - Constructor for class io.mosip.kernel.core.cbeffutil.common.CbeffValidator
 
cbeffVersion - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
CbeffXSDValidator - Class in io.mosip.kernel.core.cbeffutil.common
 
CbeffXSDValidator() - Constructor for class io.mosip.kernel.core.cbeffutil.common.CbeffXSDValidator
 
ceil(double) - Static method in class io.mosip.kernel.core.util.MathUtils
Get the smallest whole number larger than number.
CertificateEntry<C,​P> - Class in io.mosip.kernel.core.keymanager.model
Certificate Key Entry from SoftHsm
CertificateEntry() - Constructor for class io.mosip.kernel.core.keymanager.model.CertificateEntry
 
CertificateParameters - Class in io.mosip.kernel.core.keymanager.model
Certificate Parameters for generating Certficate.
CertificateParameters() - Constructor for class io.mosip.kernel.core.keymanager.model.CertificateParameters
 
CertificateProcessingException - Exception in io.mosip.kernel.core.keymanager.exception
Custom exception for CertificateProcessingException
CertificateProcessingException(String, String) - Constructor for exception io.mosip.kernel.core.keymanager.exception.CertificateProcessingException
Constructor initialize CertificateProcessingException
challengeResponse - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
changePassword(String, PasswordDto) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
checkFileExistence(String, String) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method checks whether a file exists in DFS.
checkMethod(MosipSecurityMethod) - Static method in class io.mosip.kernel.core.security.util.SecurityUtil
This method verifies mosip security method
checkQuality(BIR, KeyValuePair[]) - Method in interface io.mosip.kernel.core.bioapi.spi.IBioApi
It checks the quality of the provided biometric image and render the respective quality score.
checksum(File, Checksum) - Static method in class io.mosip.kernel.core.util.FileUtils
Computes the checksum of a file using the specified checksum object
checksumCRC32(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Computes the checksum of a file using the CRC32 checksum routine
ChecksumUtils - Class in io.mosip.kernel.core.util
This class provides functions to generate Verhoeff's checksum and validate Verhoeff's checksum compliance
chomp(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Removes one newline from end of a String if it's there, otherwise leave it alone
chop(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Remove the last character from a String
ClassNameNotFoundException - Exception in io.mosip.kernel.core.logger.exception
Exception to be thrown when a class name is not found
ClassNameNotFoundException(String, String) - Constructor for exception io.mosip.kernel.core.logger.exception.ClassNameNotFoundException
 
cleanDirectory(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Cleans a directory without deleting it
ClientSecret - Class in io.mosip.kernel.core.authmanager.model
 
ClientSecret() - Constructor for class io.mosip.kernel.core.authmanager.model.ClientSecret
 
combineByteArray(byte[], byte[], String) - Static method in class io.mosip.kernel.core.util.CryptoUtil
Combine data,key and key splitter
compare(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
This method compares two input string
compare(String, String, boolean) - Static method in class io.mosip.kernel.core.util.StringUtils
This method compares two Strings lexicographically
compareIgnoreCase(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
This method compares two Strings lexicographically, ignoring case differences
compareIgnoreCase(String, String, boolean) - Static method in class io.mosip.kernel.core.util.StringUtils
 
comparisonAlgorithm - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
CompositeScore - Class in io.mosip.kernel.core.bioapi.model
Added for backward compatibility 0.7
CompositeScore() - Constructor for class io.mosip.kernel.core.bioapi.model.CompositeScore
 
compressionAlgorithm - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
computeFingerPrint(byte[], String) - Static method in class io.mosip.kernel.core.util.CryptoUtil
Compute Fingerprint of a key
computeFingerPrint(String, String) - Static method in class io.mosip.kernel.core.util.CryptoUtil
Compute Fingerprint of a key
ConnectionException - Exception in io.mosip.kernel.core.packetuploader.exception
Exception to be thrown when Connection is not made with server
ConnectionException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.ConnectionException
Constructor with errorCode, errorMessage, and rootCause
contains(CharSequence, int) - Static method in class io.mosip.kernel.core.util.StringUtils
This method checks if CharSequence contains a search character, handling null
contains(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
This method checks if CharSequence contains a search CharSequence, handling null
containsIgnoreCase(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
This method checks if CharSequence contains a search CharSequence irrespective of case, handling null.
containsWhitespace(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
This method checks whether the given CharSequence contains any whitespace characters
contentEquals(File, File) - Static method in class io.mosip.kernel.core.util.FileUtils
Compares the contents of two files to determine if they are equal or not
contentEqualsIgnoreEOL(File, File, String) - Static method in class io.mosip.kernel.core.util.FileUtils
Compares the contents of two files to determine if they are equal or not.
convert(S, D) - Method in interface io.mosip.kernel.core.datamapper.spi.DataConverter
 
convertBIRTypeToBIR(List<BIRType>) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffValidator
 
convertBIRTypeToBIR(List<BIRType>) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
convertFileCollectionToFileArray(Collection<File>) - Static method in class io.mosip.kernel.core.util.FileUtils
Converts a Collection containing java.io.File instanced into array representation
convertToNode(T) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
 
convertUTCToLocalDateTime(String) - Static method in class io.mosip.kernel.core.util.DateUtils
Converts UTC string to java.time.LocalDateTime ignoring zone offset.
copyDirectory(File, File) - Static method in class io.mosip.kernel.core.util.FileUtils
Copies a whole directory to a new location preserving the file dates
copyFile(File, File) - Static method in class io.mosip.kernel.core.util.FileUtils
Copies a file to a new location preserving the file date
copyFile(File, OutputStream) - Static method in class io.mosip.kernel.core.util.FileUtils
Copy bytes from a File to an OutputStream.
copyFile(String, String, String, String) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method copy document from one folder to another
copyInputStreamToFile(InputStream, File) - Static method in class io.mosip.kernel.core.util.FileUtils
Copies bytes from an InputStream source to a file destination.
copyToFile(InputStream, File) - Static method in class io.mosip.kernel.core.util.FileUtils
Copies bytes from an InputStream source to a file destination The source stream is left open
countMatches(CharSequence, char) - Static method in class io.mosip.kernel.core.util.StringUtils
Counts how many times the char appears in the given string
countMatches(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Counts how many times the substring appears in the larger string
create(E) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Make an instance managed and persistent and synchronize the persistence context to the underlying database.
createBDBInfoType() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
Create an instance of BDBInfoType
createBIR(BIRType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
Create an instance of JAXBElement<BIRType>}
createBIRInfoType() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
Create an instance of BIRInfoType
createBIRType() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
Create an instance of BIRType
createDeviceProvider(DeviceProviderDto) - Method in interface io.mosip.kernel.core.deviceprovidermanager.spi.DeviceProviderService
Method to create Device Provider
createNamedQuerySelect(String, Class<E>, Map<String, Object>) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Create a SELECT TypedQuery for executing a Java Persistence query language named query.
createNamedQueryUpdateOrDelete(String, Class<E>, Map<String, Object>) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Create a update or delete TypedQuery for executing a Java Persistence query language named query.
createQualityType() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
Create an instance of QualityType
createQuerySelect(String, Map<String, Object>) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Create a SELECT Query for executing a Java Persistence query language statement and execute the query and return the query results as an untyped List.
createQuerySelect(String, Map<String, Object>, int) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Create a SELECT Query for executing a Java Persistence query language statement and execute the query and return the query results as an untyped List.
createQueryUpdateOrDelete(String, Map<String, Object>) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Create an update or delete Query for executing a Java Persistence query language statement and execute the statement.
createRegistryIDType() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
Create an instance of RegistryIDType
createSBInfoType() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
Create an instance of SBInfoType
createSFTPChannel(S) - Method in interface io.mosip.kernel.core.packetuploader.spi.PacketUploader
This creates and connects SFTP channel based on configutaions
createTree(List<T>) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
Method to create an unbalanced tree using the input list
createVersionType() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
Create an instance of VersionType
createXML(List<BIR>) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
createXML(List<BIR>, byte[]) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
createXMLBytes(BIRType, byte[]) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffValidator
Method used for creating XML bytes using JAXB
creationDate - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
creationDate - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
 
creator - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
 
CryptoCoreSpec<R,​D,​S,​P,​K,​T> - Interface in io.mosip.kernel.core.crypto.spi
This interface is specification for Core Cryptographic Operations.
CryptoUtil - Class in io.mosip.kernel.core.util
Crypto Util for common methods in various module
customize(ConfigurableWebServerFactory) - Method in class io.mosip.kernel.core.logger.config.SleuthLoggingAutoConfiguration
 

D

DATA_FORMATE_ERROR_CODE - io.mosip.kernel.core.util.constant.ZipUtilConstants
 
DataAccessLayerException - Exception in io.mosip.kernel.core.dataaccess.exception
Custom class for DataAccessLayerException
DataAccessLayerException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.dataaccess.exception.DataAccessLayerException
Constructor for DataAccessLayerException
DataConverter<S,​D> - Interface in io.mosip.kernel.core.datamapper.spi
This performs the conversion of source into a new instance of destination type.
DataFormatException - Exception in io.mosip.kernel.core.exception
 
DataFormatException(String, String) - Constructor for exception io.mosip.kernel.core.exception.DataFormatException
 
DataFormatException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.DataFormatException
 
DataMapper<S,​D> - Interface in io.mosip.kernel.core.datamapper.spi
The main runtime interface between a Java application and a Data Mapper.
DataMapperBuilder<S,​D> - Interface in io.mosip.kernel.core.datamapper.spi
DataMapperBuilder interface for building a configured DataMapper
DataMapperException - Exception in io.mosip.kernel.core.datamapper.exception
Custom class for DataMapper Exception
DataMapperException(String) - Constructor for exception io.mosip.kernel.core.datamapper.exception.DataMapperException
Constructor for DataMapperException
DataMapperException(String, String) - Constructor for exception io.mosip.kernel.core.datamapper.exception.DataMapperException
Constructor for DataMapperException
DataMapperException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.datamapper.exception.DataMapperException
Constructor for DataMapperException
dataSource() - Method in interface io.mosip.kernel.core.dataaccess.spi.config.BaseDaoConfig
A factory for connections to the physical data source that this DataSource object represents.
DATE_NULL_MESSAGE - io.mosip.kernel.core.util.constant.CalendarUtilConstants
 
DateAdapter - Class in io.mosip.kernel.core.cbeffutil.common
 
DateAdapter() - Constructor for class io.mosip.kernel.core.cbeffutil.common.DateAdapter
 
DateUtilConstants - Enum in io.mosip.kernel.core.util.constant
 
DateUtils - Class in io.mosip.kernel.core.util
Utilities for Date Time operations.
debug(String, String, String, String) - Method in interface io.mosip.kernel.core.logger.spi.Logger
Logs at Debug logging level
decodeBase64(String) - Static method in class io.mosip.kernel.core.util.CryptoUtil
Decodes from BASE64
decodeBase64(String) - Static method in class io.mosip.kernel.core.util.HMACUtils
Decodes from BASE64
delete(Class<E>, T) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Remove the entity instance of the specified primary key
deleteDirectory(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Deletes a directory recursively
deleteFile(String, String) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method deletes a particular file related to an ID.
deleteKey(String) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Delete key form keystore
deletePacket(String) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method deletes the packet corresponding to an ID.
deleteQuietly(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Deletes a file, never throwing an exception
deleteWhitespace(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Deletes all whitespaces from a String
DES_WITH_CBC_AND_PKCS7PADDING - io.mosip.kernel.core.security.constants.MosipSecurityMethod
Data Encryption Standard symmetric-key block cipher security method with PKCS7 Padding
desWithCBCandPKCS7Padding(byte[], byte[], boolean) - Static method in class io.mosip.kernel.core.security.algorithms.MosipDES
DES Engine Initialization with PKCS7Padding
DeviceProviderService<ResponseDto,​ValidateDeviceDto,​DeviceProviderDto,​DeviceProviderExtnDto,​DeviceProviderPutDto> - Interface in io.mosip.kernel.core.deviceprovidermanager.spi
 
difference(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Compares two Strings, and returns the portion where they differ
digestAsPlainText(byte[]) - Static method in class io.mosip.kernel.core.util.HMACUtils
Return the digest as a plain text
digestAsPlainTextWithSalt(byte[], byte[]) - Static method in class io.mosip.kernel.core.util.HMACUtils
Return the digest as a plain text with Salt
directoryContains(File, File) - Static method in class io.mosip.kernel.core.util.FileUtils
Determines whether the parent directory contains the child element (a file or directory)
DirectoryNotEmptyException - Exception in io.mosip.kernel.core.exception
Exception to be thrown when a directory exist which is not Empty
DirectoryNotEmptyException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.DirectoryNotEmptyException
Constructor with errorCode, errorMessage, and rootCause
DNA - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
DNA - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 

E

EAR - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
EAR - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
EmailNotification<T,​D> - Interface in io.mosip.kernel.core.notification.spi
 
EmailValidator<T> - Interface in io.mosip.kernel.core.datavalidator.spi
Interface having a function to validate a Email Id
EMPTY_SPACE - Static variable in exception io.mosip.kernel.core.exception.BaseUncheckedException
 
EmptyCheckUtils - Class in io.mosip.kernel.core.util
This class is used to avoid NPE: NullPointerException easily.
EmptyPathException - Exception in io.mosip.kernel.core.packetuploader.exception
Exception to be thrown when Path is Empty
EmptyPathException(String, String) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.EmptyPathException
Constructor with errorCode and errorMessage
EmptyPatternException - Exception in io.mosip.kernel.core.logger.exception
Exception to be thrown when pattern is empty or null
EmptyPatternException(String, String) - Constructor for exception io.mosip.kernel.core.logger.exception.EmptyPatternException
 
enableCache(boolean) - Method in interface io.mosip.kernel.core.templatemanager.spi.TemplateManagerBuilder
Method to disable or enable cache
encodeBase64(byte[]) - Static method in class io.mosip.kernel.core.util.CryptoUtil
Encodes to BASE64 URL Safe
encodeBase64String(byte[]) - Static method in class io.mosip.kernel.core.util.CryptoUtil
Encodes to BASE64 String
encodeBase64String(byte[]) - Static method in class io.mosip.kernel.core.util.HMACUtils
Encodes to BASE64 String
encodingType(String) - Method in interface io.mosip.kernel.core.templatemanager.spi.TemplateManagerBuilder
Method for setting up encoding type
encryption - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
endsWith(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Check if a CharSequence ends with a specified suffix
endsWithIgnoreCase(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Case insensitive check if a CharSequence ends with a specified suffix
ENROLL - io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
 
ENROLL_IDENTIFY - io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
 
ENROLL_VERIFY - io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
 
entityManagerFactory() - Method in interface io.mosip.kernel.core.dataaccess.spi.config.BaseDaoConfig
FactoryBean that creates a JPA EntityManagerFactory according to JPA's standard container bootstrap contract.
equals(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Compares two CharSequences
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Compares two CharSequences ignoring case
error(String, String, String, String) - Method in interface io.mosip.kernel.core.logger.spi.Logger
Logs at Error logging level
errorCode - Variable in enum io.mosip.kernel.core.util.constant.DateUtilConstants
Error code.
errorCode - Variable in enum io.mosip.kernel.core.util.constant.FileUtilConstants
 
errorCode - Variable in enum io.mosip.kernel.core.util.constant.HashUtilConstants
 
errorCode - Variable in enum io.mosip.kernel.core.util.constant.HMACUtilConstants
 
errorCode - Variable in enum io.mosip.kernel.core.util.constant.JsonUtilConstants
 
errorCode - Variable in enum io.mosip.kernel.core.util.constant.MathUtilConstants
Error code.
errorCode - Variable in enum io.mosip.kernel.core.util.constant.StringUtilConstants
 
errorCode - Variable in enum io.mosip.kernel.core.util.constant.ZipUtilConstants
Error code.
errorMessage - Variable in enum io.mosip.kernel.core.util.constant.HashUtilConstants
 
errorMessage - Variable in enum io.mosip.kernel.core.util.constant.HMACUtilConstants
 
errorMessage - Variable in enum io.mosip.kernel.core.util.constant.JsonUtilConstants
 
errorMessage - Variable in enum io.mosip.kernel.core.util.constant.StringUtilConstants
 
ErrorResponse<T> - Class in io.mosip.kernel.core.exception
 
ErrorResponse() - Constructor for class io.mosip.kernel.core.exception.ErrorResponse
 
exceptionMessage - Variable in enum io.mosip.kernel.core.util.constant.DateUtilConstants
Exception Message
exceptionMessage - Variable in enum io.mosip.kernel.core.util.constant.MathUtilConstants
Exception Message
ExceptionUtils - Class in io.mosip.kernel.core.exception
This utils contains exception utilities.
excludeFields(List<String>) - Method in interface io.mosip.kernel.core.datamapper.spi.DataMapperBuilder
Configure excluded fields in mapping
extractTemplate(BIR, KeyValuePair[]) - Method in interface io.mosip.kernel.core.bioapi.spi.IBioApi
Extract template.

F

FACE - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
FACE - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
FACE_FORMAT_IDENTIFIER - Static variable in class io.mosip.kernel.core.cbeffutil.constant.CbeffConstant
 
featureExtractionAlgorithm - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
fetchLicenseKeyPermissions(T, T) - Method in interface io.mosip.kernel.core.licensekeymanager.spi.LicenseKeyManagerService
Method to fetch permissions mapped to a license key.
FILE_EXISTS_ERROR_CODE - io.mosip.kernel.core.util.constant.FileUtilConstants
 
FILE_NOT_FOUND_ERROR_CODE - io.mosip.kernel.core.util.constant.FileUtilConstants
 
FILE_NOT_FOUND_ERROR_CODE - io.mosip.kernel.core.util.constant.ZipUtilConstants
 
FileExistsException - Exception in io.mosip.kernel.core.exception
 
FileExistsException(String, String) - Constructor for exception io.mosip.kernel.core.exception.FileExistsException
 
FileExistsException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.FileExistsException
 
FileNameNotProvided - Exception in io.mosip.kernel.core.logger.exception
Exception to be file name is empty or null
FileNameNotProvided(String, String) - Constructor for exception io.mosip.kernel.core.logger.exception.FileNameNotProvided
 
FileNotFoundException - Exception in io.mosip.kernel.core.exception
 
FileNotFoundException(String, String) - Constructor for exception io.mosip.kernel.core.exception.FileNotFoundException
 
FileNotFoundException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.FileNotFoundException
 
FileSystemAdapter - Interface in io.mosip.kernel.core.fsadapter.spi
File adapter interface for connecting to DFS
FileUtilConstants - Enum in io.mosip.kernel.core.util.constant
 
FileUtils - Class in io.mosip.kernel.core.util
This class defines the File Utils to be used in MOSIP Project The File Utils are implemented using methods of org.apache.commons.io.FileUtils class of Apache commons.io package
findAll(Class<E>) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Find all entities for the specified class
findById(Class<E>, T) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Find by primary key.
findLeafs(Node<T>) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
Method to find the leaf nodes using the passed node
findLeafsValue(Node<T>) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
 
findNode(List<Node<T>>, String) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
Method to find the Node from the list of Node
findRootNode(Node<T>) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
Method to find the root node for the input node
findRootNodeValue(Node<T>) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
Method to find the root node and their value
FINGER - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
FINGER - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
FINGER_FORMAT_IDENTIFIER - Static variable in class io.mosip.kernel.core.cbeffutil.constant.CbeffConstant
 
floor(double) - Static method in class io.mosip.kernel.core.util.MathUtils
Get the largest whole number smaller than number.
FOOT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
FOOT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
forceDelete(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Deletes a file.
forceDeleteOnExit(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Schedules a file to be deleted when JVM exits
format - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
format - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.SBInfoType
 
FORMAT_OWNER - Static variable in class io.mosip.kernel.core.cbeffutil.constant.CbeffConstant
 
FORMAT_TYPE_FACE - Static variable in class io.mosip.kernel.core.cbeffutil.constant.CbeffConstant
 
FORMAT_TYPE_FINGER - Static variable in class io.mosip.kernel.core.cbeffutil.constant.CbeffConstant
 
FORMAT_TYPE_FINGER_MINUTIAE - Static variable in class io.mosip.kernel.core.cbeffutil.constant.CbeffConstant
 
FORMAT_TYPE_IRIS - Static variable in class io.mosip.kernel.core.cbeffutil.constant.CbeffConstant
 
formatCalendar(Calendar, String) - Static method in class io.mosip.kernel.core.util.DateUtils
Formats a calendar into a specific pattern.
formatCalendar(Calendar, String, Locale) - Static method in class io.mosip.kernel.core.util.DateUtils
Formats a calendar into a specific pattern in a time zone and locale.
formatCalendar(Calendar, String, TimeZone) - Static method in class io.mosip.kernel.core.util.DateUtils
Formats a calendar into a specific pattern in a time zone.
formatCalendar(Calendar, String, TimeZone, Locale) - Static method in class io.mosip.kernel.core.util.DateUtils
Formats a calendar into a specific pattern in a time zone and locale.
formatDate(Date, String) - Static method in class io.mosip.kernel.core.util.DateUtils
Formats a date/time into a specific pattern.
formatDate(Date, String, TimeZone) - Static method in class io.mosip.kernel.core.util.DateUtils
Formats a date/time into a specific pattern in a time zone.
formatDate(Date, String, TimeZone, Locale) - Static method in class io.mosip.kernel.core.util.DateUtils
Formats a date/time into a specific pattern in a time zone and locale.
formatToISOString(LocalDateTime) - Static method in class io.mosip.kernel.core.util.DateUtils
Formats java.time.LocalDateTime to UTC string in default ISO pattern - yyyy-MM-dd'T'HH:mm:ss.SSS'Z' ignoring zone offset.
fromValue(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.ProcessedLevelType
 
fromValue(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
 
fromValue(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
 
fromValue(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
fromValue(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
fromValue(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
 
FSAdapterException - Exception in io.mosip.kernel.core.fsadapter.exception
Custom class for HDFSAdapterException
FSAdapterException(String, String) - Constructor for exception io.mosip.kernel.core.fsadapter.exception.FSAdapterException
Constructor for HDFSAdapterException
FSAdapterException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.fsadapter.exception.FSAdapterException
Constructor for HDFSAdapterException

G

GAIT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
GAIT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
generate(InputStream) - Method in interface io.mosip.kernel.core.pdfgenerator.spi.PDFGenerator
Converts HTML obtained from an InputStream to a PDF written to an OutputStream.
generate(InputStream, String) - Method in interface io.mosip.kernel.core.pdfgenerator.spi.PDFGenerator
This method will convert InputStream to OutputStream.
generate(String) - Method in interface io.mosip.kernel.core.pdfgenerator.spi.PDFGenerator
This method will convert process Template as String to outpustStream
generate(String, String, String) - Method in interface io.mosip.kernel.core.pdfgenerator.spi.PDFGenerator
This method will take input as template file and convert template to PDF and save to the given path with given fileName.
generateAndStoreAsymmetricKey(String, String, CertificateParameters) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Asymmetric(keypair) keys will be generated based on the provider specified and Store the keys along with self-signed certificate in provider specific keystore
generateAndStoreSymmetricKey(String) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Symmetric key will be generated based on the provider specified and Store the key in provider specific keystore
generateCertificate(PrivateKey, PublicKey, CertificateParameters, X500Principal) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Creates a certificate for the given public key and signs the certificate with provided private key
generateChecksumDigit(String) - Static method in class io.mosip.kernel.core.util.ChecksumUtils
Generates the Verhoeff checksum digit for the provided numeric string.
generateHash(byte[]) - Static method in class io.mosip.kernel.core.util.HMACUtils
Performs a digest using the specified array of bytes.
generateId() - Method in interface io.mosip.kernel.core.idgenerator.spi.MispIdGenerator
Function to generate an Id
generateId() - Method in interface io.mosip.kernel.core.idgenerator.spi.PartnerIdGenerator
This method generate PartnerId.
generateId() - Method in interface io.mosip.kernel.core.idgenerator.spi.PridGenerator
Function to generate an Id
generateId() - Method in interface io.mosip.kernel.core.idgenerator.spi.TokenIdGenerator
Method when called would create random token id.
generateId() - Method in interface io.mosip.kernel.core.idgenerator.spi.VidGenerator
 
generateId(long) - Method in interface io.mosip.kernel.core.idgenerator.spi.UinGenerator
Function to generate an Id
generateId(String, String) - Method in interface io.mosip.kernel.core.idgenerator.spi.RidGenerator
This method is used to generate Registration ID(RID)
generateId(String, String, int, int, int, int) - Method in interface io.mosip.kernel.core.idgenerator.spi.RidGenerator
This method is used to generate Registration ID(RID)
generateLicense() - Method in interface io.mosip.kernel.core.idgenerator.spi.MISPLicenseGenerator
Method that generates a license of specified length.
generateLicenseKey(D) - Method in interface io.mosip.kernel.core.licensekeymanager.spi.LicenseKeyManagerService
Method to generate license key.
generateMachineId() - Method in interface io.mosip.kernel.core.idgenerator.spi.MachineIdGenerator
This method generates machine ID.
generateQrCode(String, T) - Method in interface io.mosip.kernel.core.qrcodegenerator.spi.QrCodeGenerator
Method to generate QR Code
generateQrCodeFromBinaryData(String, T) - Method in interface io.mosip.kernel.core.qrcodegenerator.spi.QrCodeGenerator
Method to generate QR Code
generateRegistrationCenterId() - Method in interface io.mosip.kernel.core.idgenerator.spi.RegistrationCenterIdGenerator
This method generates registration center id.
generateSalt() - Static method in class io.mosip.kernel.core.util.HMACUtils
Generate Random Salt (with default 16 bytes of length).
generateSalt(int) - Static method in class io.mosip.kernel.core.util.HMACUtils
Generate Random Salt (with given length)
getAbs(double) - Static method in class io.mosip.kernel.core.util.MathUtils
Absolute value.
getAbs(float) - Static method in class io.mosip.kernel.core.util.MathUtils
Absolute value.
getAbs(int) - Static method in class io.mosip.kernel.core.util.MathUtils
Absolute value.
getAbs(long) - Static method in class io.mosip.kernel.core.util.MathUtils
Absolute value.
getAlgorithm() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
Gets the value of the algorithm property.
getAllAlias() - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Lists all the alias names of this keystore.
getAllBDBData(byte[], String, String) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
getAllBDBData(BIRType, String, String) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffValidator
 
getAllErrorCodes() - Static method in enum io.mosip.kernel.core.saltgenerator.constant.SaltGeneratorErrorConstants
Gets the all error codes.
getAllRoles(String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
getAllUserDetailsWithSalt(List<String>, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
getAny() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Gets the value of the any property.
getApplicantType(Map<String, Object>) - Method in interface io.mosip.kernel.core.applicanttype.spi.ApplicantType
 
getArrayMaxValue(double[]) - Static method in class io.mosip.kernel.core.util.MathUtils
Returns the maximum of the entries in the input array, or Double.NaN if the array is empty.
getArrayMaxValue(double[], int, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Returns the maximum of the entries in the specified portion of the input array, or Double.NaN if the designated subarray is empty
getArrayMinValue(double[]) - Static method in class io.mosip.kernel.core.util.MathUtils
Returns the minimum of the entries in the input array, or Double.NaN if the array is empty.
getArrayMinValue(double[], int, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Returns the minimum of the entries in the specified portion of the input array, or Double.NaN if the designated subarray is empty.
getArrayValuesMean(double[]) - Static method in class io.mosip.kernel.core.util.MathUtils
Returns the arithmetic mean of the entries in the input array, or Double.NaN if the array is empty.
getArrayValuesMean(double[], int, int) - Static method in class io.mosip.kernel.core.util.MathUtils
 
getArrayValuesProduct(double[]) - Static method in class io.mosip.kernel.core.util.MathUtils
Returns the product of the entries in the input array, or Double.NaN if the array is empty.
getArrayValuesProduct(double[], int, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Returns the product of the entries in the specified portion of the input array, or Double.NaN if the designated subarray is empty.
getArrayValuesSum(double[]) - Static method in class io.mosip.kernel.core.util.MathUtils
Returns the sum of the values in the input array, or Double.NaN if the array is empty.
getArrayValuesSum(double[], int, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Returns the sum of the entries in the specified portion of the input array, or Double.NaN if the designated subarray is empty.
getAsymmetricKey(String) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Get Asymmetric key from keystore
getAuthorities() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
getBdb() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR
 
getBDB() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Gets the value of the bdb property.
getBDBBasedOnType(byte[], String, String) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
getBDBBasedOnTypeAndSubType(BIRType, String, String) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffValidator
Method used for searching Cbeff data based on type and subtype
getBdbInfo() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR
 
getBDBInfo() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Gets the value of the bdbInfo property.
getBIR() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Gets the value of the bir property.
getBIRDataFromXML(byte[]) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
getBIRDataFromXMLType(byte[], String) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffValidator
 
getBIRDataFromXMLType(byte[], String) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
getBIRFromXML(byte[]) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffValidator
Method used for BIR Type
getBirInfo() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR
 
getBIRInfo() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Gets the value of the birInfo property.
getCaptureDevice() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getCaptureDevice() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the captureDevice property.
getCbeffversion() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR
 
getCBEFFVersion() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Gets the value of the cbeffVersion property.
getCeiling(Calendar, int) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Gets a date ceiling, leaving the field specified as the most significant field.
getCertificate(String) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Get certificate from keystore
getChallengeResponse() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getChallengeResponse() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the challengeResponse property.
getChildHierarchy(Node<T>) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
Method to fetch the hierarchy for the input node
getCodes() - Method in exception io.mosip.kernel.core.exception.BaseCheckedException
Returns the list of exception codes.
getCodes() - Method in exception io.mosip.kernel.core.exception.BaseUncheckedException
Returns the list of error codes.
getComparisonAlgorithm() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getComparisonAlgorithm() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the comparisonAlgorithm property.
getCompressionAlgorithm() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getCompressionAlgorithm() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the compressionAlgorithm property.
getCopyOfArray(double[]) - Static method in class io.mosip.kernel.core.util.MathUtils
Creates a copy of source array
getCopyOfArray(double[], int) - Static method in class io.mosip.kernel.core.util.MathUtils
Creates a copy of source array
getCopyOfArray(int[]) - Static method in class io.mosip.kernel.core.util.MathUtils
Creates a copy of source array
getCopyOfArray(int[], int) - Static method in class io.mosip.kernel.core.util.MathUtils
Creates a copy of source array.
getCreationDate() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getCreationDate() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo
 
getCreationDate() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the creationDate property.
getCreationDate() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Gets the value of the creationDate property.
getCreator() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo
 
getCreator() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Gets the value of the creator property.
getCurrentDateTimeString() - Static method in class io.mosip.kernel.core.util.DateUtils
Provides current DateTime string with system zone offset and in default ISO pattern - yyyy-MM-dd'T'HH:mm:ss.SSSXXX.
getDigits(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if a String sourceString contains Unicode digits, if yes then concatenate all the digits in sourceString and return it as a String
getEexceptionMessage() - Method in enum io.mosip.kernel.core.util.constant.DateUtilConstants
 
getEexceptionMessage() - Method in enum io.mosip.kernel.core.util.constant.MathUtilConstants
 
getElement() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR
 
getEncryption() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getErrorCode() - Method in enum io.mosip.kernel.core.bioapi.constant.BioApiErrorConstant
Gets the error code.
getErrorCode() - Method in exception io.mosip.kernel.core.exception.BaseCheckedException
Return the last error code.
getErrorCode() - Method in exception io.mosip.kernel.core.exception.BaseUncheckedException
Return the last error code.
getErrorCode() - Method in enum io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
Gets the error code.
getErrorCode() - Method in enum io.mosip.kernel.core.saltgenerator.constant.SaltGeneratorErrorConstants
Getter for errorCode.
getErrorCode() - Method in enum io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
Getter for errorCode
getErrorCode() - Method in enum io.mosip.kernel.core.util.constant.CalendarUtilConstants
 
getErrorCode() - Method in enum io.mosip.kernel.core.util.constant.DateUtilConstants
 
getErrorCode() - Method in enum io.mosip.kernel.core.util.constant.FileUtilConstants
 
getErrorCode() - Method in enum io.mosip.kernel.core.util.constant.HashUtilConstants
 
getErrorCode() - Method in enum io.mosip.kernel.core.util.constant.HMACUtilConstants
 
getErrorCode() - Method in enum io.mosip.kernel.core.util.constant.JsonUtilConstants
 
getErrorCode() - Method in enum io.mosip.kernel.core.util.constant.MathUtilConstants
 
getErrorCode() - Method in enum io.mosip.kernel.core.util.constant.StringUtilConstants
 
getErrorCode() - Method in enum io.mosip.kernel.core.util.constant.ZipUtilConstants
 
getErrorMessage() - Method in enum io.mosip.kernel.core.saltgenerator.constant.SaltGeneratorErrorConstants
Getter for errorMessage.
getErrorMessage() - Method in enum io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
Getter for errorMessage
getErrorMessage() - Method in enum io.mosip.kernel.core.util.constant.HashUtilConstants
 
getErrorMessage() - Method in enum io.mosip.kernel.core.util.constant.HMACUtilConstants
 
getErrorMessage() - Method in enum io.mosip.kernel.core.util.constant.JsonUtilConstants
 
getErrorMessage() - Method in enum io.mosip.kernel.core.util.constant.StringUtilConstants
 
getErrorText() - Method in exception io.mosip.kernel.core.exception.BaseCheckedException
Return the last exception message.
getErrorText() - Method in exception io.mosip.kernel.core.exception.BaseUncheckedException
Return the last exception message.
getErrorTexts() - Method in exception io.mosip.kernel.core.exception.BaseCheckedException
Returns the list of exception messages.
getErrorTexts() - Method in exception io.mosip.kernel.core.exception.BaseUncheckedException
Returns the list of exception messages.
getFactorial(int) - Static method in class io.mosip.kernel.core.util.MathUtils
Evaluate Factorial
getFeatureExtractionAlgorithm() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getFeatureExtractionAlgorithm() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the featureExtractionAlgorithm property.
getFile(File, String...) - Static method in class io.mosip.kernel.core.util.FileUtils
Construct a file from the set of name elements.
getFile(String...) - Static method in class io.mosip.kernel.core.util.FileUtils
Construct a file from the set of name elements.
getFile(String, String) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method fetches a file corresponding to an ID and returns it.
getFormat() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getFormat() - Method in class io.mosip.kernel.core.cbeffutil.entity.SBInfo
 
getFormat() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the format property.
getFormat() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.SBInfoType
Gets the value of the format property.
getFragmentInDays(Calendar, int) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Returns the number of days within the fragment.
getFragmentInHours(Calendar, int) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Returns the number of hours within the fragment.
getFragmentInMilliseconds(Calendar, int) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Returns the number of milliseconds within the fragment.
getFragmentInMinutes(Calendar, int) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Returns the number of minutes within the fragment.
getFragmentInSeconds(Calendar, int) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Returns the number of seconds within the fragment.
getGcd(int, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Computes the greatest common divisor of the absolute value of two numbers, using a modified version of the "binary gcd" method.
getGcd(long, long) - Static method in class io.mosip.kernel.core.util.MathUtils
Gets the greatest common divisor of the absolute value of two numbers, using the "binary gcd" method which avoids division and modulo operations
getIndex() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getIndex() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo
 
getIndex() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the index property.
getIndex() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Gets the value of the index property.
getKey(String) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
getKeycloakURI(String, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
getKeystoreProviderName() - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Gets the keyStore provider name.
getLevel() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getLevel() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the level property.
getList() - Method in exception io.mosip.kernel.core.authmanager.exception.AuthNException
Getter for error list.
getList() - Method in exception io.mosip.kernel.core.authmanager.exception.AuthZException
Getter for error list.
getList() - Method in exception io.mosip.kernel.core.signatureutil.exception.SignatureUtilClientException
Getter for error list.
getListOfUsersDetails(List<String>, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
getLog(double) - Static method in class io.mosip.kernel.core.util.MathUtils
Natural logarithm.
getLog10(double) - Static method in class io.mosip.kernel.core.util.MathUtils
Compute the base 10 logarithm.
getMail() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
getMajor() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRVersion
 
getMajor() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.VersionType
Gets the value of the major property.
getMax(double, double) - Static method in class io.mosip.kernel.core.util.MathUtils
Compute the maximum of two values
getMax(int, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Compute the maximum of two values
getMessage() - Method in enum io.mosip.kernel.core.bioapi.constant.BioApiErrorConstant
Gets the message.
getMessage() - Method in exception io.mosip.kernel.core.exception.BaseCheckedException
 
getMessage() - Method in exception io.mosip.kernel.core.exception.BaseUncheckedException
 
getMessage() - Method in enum io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
Gets the message.
getMessage() - Method in enum io.mosip.kernel.core.util.constant.FileUtilConstants
 
getMessage() - Method in enum io.mosip.kernel.core.util.constant.ZipUtilConstants
 
getMinor() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRVersion
 
getMinor() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.VersionType
Gets the value of the minor property.
getMobile() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
getMosipUserDtoList() - Method in class io.mosip.kernel.core.authmanager.model.MosipUserListDto
 
getNotValidAfter() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getNotValidAfter() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo
 
getNotValidAfter() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the notValidAfter property.
getNotValidAfter() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Gets the value of the notValidAfter property.
getNotValidBefore() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getNotValidBefore() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo
 
getNotValidBefore() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the notValidBefore property.
getNotValidBefore() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Gets the value of the notValidBefore property.
getOperation() - Method in exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Gets the operation.
getOrganization() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.RegistryIDType
Gets the value of the organization property.
getOtp(S) - Method in interface io.mosip.kernel.core.otpmanager.spi.OtpGenerator
This method can be used to generate OTP against a particular key.
getPacket(String) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method fetches the packet corresponding to an ID and returns it.
getParentHierarchy(Node<T>) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
 
getPassword() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
getPayload() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo
 
getPayload() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Gets the value of the payload property.
getPow(double, double) - Static method in class io.mosip.kernel.core.util.MathUtils
Power function.
getPow(int, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Raise an int to an int power.
getPow(long, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Raise a long to an int power.
getPow(BigInteger, int) - Static method in class io.mosip.kernel.core.util.MathUtils
 
getPow(BigInteger, BigInteger) - Static method in class io.mosip.kernel.core.util.MathUtils
Raise a BigInteger to a BigInteger power.
getPrimeFactors(int) - Static method in class io.mosip.kernel.core.util.MathUtils
Prime factors decomposition
getPrivateKey(String) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Get private key from keystore
getProduct() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getProduct() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the product property.
getPublicKey(String) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Get public key from keystore
getPurpose() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getPurpose() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the purpose property.
getQuality() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getQuality() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the quality property.
getQualityCalculationFailed() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
Gets the value of the qualityCalculationFailed property.
getRandom(double, double) - Static method in class io.mosip.kernel.core.util.MathUtils
Generate random number
getRandom(float, float) - Static method in class io.mosip.kernel.core.util.MathUtils
Generate random number
getRandom(int, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Generate random number
getRandom(long, long) - Static method in class io.mosip.kernel.core.util.MathUtils
Generate random number
getrId() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
getRidBasedOnUid(String, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
getRoleDescription() - Method in class io.mosip.kernel.core.authmanager.model.Role
 
getRoleId() - Method in class io.mosip.kernel.core.authmanager.model.Role
 
getRoleName() - Method in class io.mosip.kernel.core.authmanager.model.Role
 
getRoles() - Method in class io.mosip.kernel.core.authmanager.model.RolesListDto
 
getRound(double) - Static method in class io.mosip.kernel.core.util.MathUtils
Get the closest long to num.
getRound(double, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Rounds the given value to the specified number of decimal places.
getRound(float, int) - Static method in class io.mosip.kernel.core.util.MathUtils
Rounds the given value to the specified number of decimal places.
getRound(Calendar, int) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Rounds a date, leaving the field specified as the most significant field.
getSb() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR
 
getSB() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Gets the value of the sb property.
getSbInfo() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR
 
getSBInfo() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Gets the value of the sbInfo property.
getScore() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
Gets the value of the score property.
getServiceErrorList(String) - Static method in class io.mosip.kernel.core.exception.ExceptionUtils
This method gives service error list for response receive from service.
getSplitterIndex(byte[], int, String) - Static method in class io.mosip.kernel.core.util.CryptoUtil
Get splitter index for detaching key splitter from key and data
getSqrt(double) - Static method in class io.mosip.kernel.core.util.MathUtils
Compute the square root of a number.
getStackTrace(Throwable) - Static method in class io.mosip.kernel.core.exception.ExceptionUtils
This method returns the stack trace
getStatus(String) - Method in interface io.mosip.kernel.core.packetstatusupdater.spi.PacketStatusUpdateService
Gets the status.
getSubtype() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getSubtype() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the subtype property.
getSymmetricKey(String) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Get Symmetric key from keystore
getToken() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
getType() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
getType() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the type property.
getType() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.RegistryIDType
Gets the value of the type property.
getUserDetailBasedonMobileNumber(String, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
getUserDetailBasedOnUserId(String, List<String>) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
getUserId() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
getUsername() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
getUserNameBasedOnMobileNumber(String, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
getUserRole(String, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
getUTCCurrentDateTime() - Static method in class io.mosip.kernel.core.util.DateUtils
Provides current UTC java.time.LocalDateTime.
getUTCCurrentDateTimeString() - Static method in class io.mosip.kernel.core.util.DateUtils
Provides UTC Current DateTime string in default ISO pattern.
getUTCCurrentDateTimeString(String) - Static method in class io.mosip.kernel.core.util.DateUtils
Provides UTC Current DateTime string in given pattern.
getUTCTimeFromDate(Date) - Static method in class io.mosip.kernel.core.util.DateUtils
This method to convert “java.util.Date” time stamp to UTC date string
getUUID(UUID, String) - Static method in class io.mosip.kernel.core.util.UUIDUtils
This method takes UUID namespace and a name and generate Type 5 UUID.
getUUIDFromBytes(UUID, byte[]) - Static method in class io.mosip.kernel.core.util.UUIDUtils
This method takes UUID namespace and a name as a byte array and generate Type 5 UUID.
getVersion() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR
 
getVersion() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Gets the value of the version property.

H

HAND_GEOMETRY - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
HAND_GEOMETRY - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
hash(D, D) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is used as core Cryptographic hash .
HashUtilConstants - Enum in io.mosip.kernel.core.util.constant
 
HashUtilException - Exception in io.mosip.kernel.core.util.exception
HashUtilException class wraps the Java BaseCheckedException class to provide checkedexception code for HashUtil
HashUtilException(String, String) - Constructor for exception io.mosip.kernel.core.util.exception.HashUtilException
 
HashUtils - Class in io.mosip.kernel.core.util
Assists in implementing Object.hashCode() methods.
HashUtils() - Constructor for class io.mosip.kernel.core.util.HashUtils
A constructor of HashUtil class without any parameters.
HashUtils(long, long) - Constructor for class io.mosip.kernel.core.util.HashUtils
A constructor of HashUtil class with parameters.
HMACUtilConstants - Enum in io.mosip.kernel.core.util.constant
 
HMACUtils - Class in io.mosip.kernel.core.util
This class defines the HMAC Util to be used in MOSIP Project.
HYBRID_RSA_AES_WITH_OAEP_WITH_MD5_AND_MGF1PADDING - io.mosip.kernel.core.security.constants.MosipSecurityMethod
Hybrid RSA cryptosystem and MosipSecurityMethod.AES_WITH_CBC_AND_PKCS7PADDING security method with OEAP(with MD5) Padding
HYBRID_RSA_AES_WITH_OAEP_WITH_SHA3512_AND_MGF1PADDING - io.mosip.kernel.core.security.constants.MosipSecurityMethod
Hybrid RSA cryptosystem and MosipSecurityMethod.AES_WITH_CBC_AND_PKCS7PADDING security method with OEAP(with SHA3 512) Padding
HYBRID_RSA_AES_WITH_PKCS1PADDING - io.mosip.kernel.core.security.constants.MosipSecurityMethod
Hybrid RSA cryptosystem and MosipSecurityMethod.AES_WITH_CBC_AND_PKCS7PADDING security method with PKCS1 Padding
hybridRsaAesWithOAEPWithMD5AndMGF1Padding(AsymmetricKeyParameter, byte[], boolean) - Static method in class io.mosip.kernel.core.security.algorithms.MosipRSA
Hybrid RSA Engine Initialization with OAEP(MD5AndMGF1)Padding
hybridRsaAesWithOAEPWithSHA3512AndMGF1Padding(AsymmetricKeyParameter, byte[], boolean) - Static method in class io.mosip.kernel.core.security.algorithms.MosipRSA
Hybrid RSA Engine Initialization with OAEP(SHA3512AndMGF1)Padding
hybridRsaAesWithPKCS1Padding(AsymmetricKeyParameter, byte[], boolean) - Static method in class io.mosip.kernel.core.security.algorithms.MosipRSA
Hybrid RSA Engine Initialization with PKCS1Padding

I

IBioApi - Interface in io.mosip.kernel.core.bioapi.spi
The Interface IBioApi.
ID_OBJECT_PARSING_FAILED - io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
 
ID_OBJECT_VALIDATION_FAILED - io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
 
IDENTIFY - io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
 
IdObjectIOException - Exception in io.mosip.kernel.core.idobjectvalidator.exception
Exception class when there is any IO interrupt while reading/converting Id Object String.
IdObjectIOException(IdObjectValidatorErrorConstant) - Constructor for exception io.mosip.kernel.core.idobjectvalidator.exception.IdObjectIOException
Instantiates a new id object IO exception.
IdObjectIOException(IdObjectValidatorErrorConstant, Throwable) - Constructor for exception io.mosip.kernel.core.idobjectvalidator.exception.IdObjectIOException
Instantiates a new id object IO exception.
IdObjectIOException(String, String) - Constructor for exception io.mosip.kernel.core.idobjectvalidator.exception.IdObjectIOException
Constructor for JsonIOException class.
IdObjectIOException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.idobjectvalidator.exception.IdObjectIOException
Constructor for JsonIOException class.
IdObjectValidationFailedException - Exception in io.mosip.kernel.core.idobjectvalidator.exception
Exception class when there is any interrupt in processing JSON validation.
IdObjectValidationFailedException(IdObjectValidatorErrorConstant, List<ServiceError>) - Constructor for exception io.mosip.kernel.core.idobjectvalidator.exception.IdObjectValidationFailedException
Instantiates a new id object validation processing exception.
IdObjectValidationFailedException(String, String) - Constructor for exception io.mosip.kernel.core.idobjectvalidator.exception.IdObjectValidationFailedException
Constructor for JsonValidationProcessingException class.
IdObjectValidator - Interface in io.mosip.kernel.core.idobjectvalidator.spi
Interface JSON validation against the schema.
IdObjectValidatorErrorConstant - Enum in io.mosip.kernel.core.idobjectvalidator.constant
Enum containing custom error codes and the respective messages.
IdValidator<T> - Interface in io.mosip.kernel.core.idvalidator.spi
Interface having a function to validate an Id
ILLEGAL_ARGUMENT_CODE - io.mosip.kernel.core.util.constant.CalendarUtilConstants
 
ILLEGAL_ARGUMENT_ERROR_CODE - io.mosip.kernel.core.util.constant.FileUtilConstants
 
ILLEGAL_ARGUMENT_MESSAGE - io.mosip.kernel.core.util.constant.CalendarUtilConstants
 
ILLEGALARGUMENT_ERROR_CODE - io.mosip.kernel.core.util.constant.DateUtilConstants
 
ILLEGALARGUMENT_ERROR_CODE - io.mosip.kernel.core.util.constant.MathUtilConstants
 
IllegalArgumentException - Exception in io.mosip.kernel.core.exception
Base class for all preconditions violation exceptions.
IllegalArgumentException(String, String) - Constructor for exception io.mosip.kernel.core.exception.IllegalArgumentException
 
IllegalArgumentException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.IllegalArgumentException
 
IllegalConfigurationException - Exception in io.mosip.kernel.core.packetuploader.exception
Exception to be thrown when Configuration are not valid
IllegalConfigurationException(String, String) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.IllegalConfigurationException
Constructor with errorCode and errorMessage
IllegalConfigurationException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.IllegalConfigurationException
Constructor with errorCode, errorMessage, and rootCause
IllegalIdentityException - Exception in io.mosip.kernel.core.packetuploader.exception
Exception to be thrown when Private key is not valid
IllegalIdentityException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.IllegalIdentityException
Constructor with errorCode, errorMessage, and rootCause
IllegalStateException - Exception in io.mosip.kernel.core.exception
Exception to be thrown when date format in filename pattern is wrong
IllegalStateException(String, String) - Constructor for exception io.mosip.kernel.core.exception.IllegalStateException
 
IllegalStateException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.IllegalStateException
 
ImplementationNotFound - Exception in io.mosip.kernel.core.logger.exception
Exception to be thrown when implementation is not found
ImplementationNotFound(String, String) - Constructor for exception io.mosip.kernel.core.logger.exception.ImplementationNotFound
 
IncludeDataField - Class in io.mosip.kernel.core.datamapper.model
This Class contains the source and destination classes field names that needs to be included with mapNull configuration.
IncludeDataField() - Constructor for class io.mosip.kernel.core.datamapper.model.IncludeDataField
 
includeFields(List<IncludeDataField>) - Method in interface io.mosip.kernel.core.datamapper.spi.DataMapperBuilder
Configure included field in mapping
index - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
index - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
 
INDEX_FINGER - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
 
indexOf(CharSequence, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Returns the index within seq of the first occurrence of the specified character
indexOf(CharSequence, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Returns the index within seq of the first occurrence of the specified character, starting the search at the specified index
indexOf(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Finds the first index within a CharSequence, handling null
indexOf(CharSequence, CharSequence, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Finds the first index within a CharSequence, handling null
info(String, String, String, String) - Method in interface io.mosip.kernel.core.logger.spi.Logger
Logs at Info logging level
integrity - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
 
INTERMEDIATE - io.mosip.kernel.core.cbeffutil.jaxbclasses.ProcessedLevelType
 
INVALID_ID_SCHEMA - io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
 
INVALID_INPUT_PARAMETER - io.mosip.kernel.core.bioapi.constant.BioApiErrorConstant
Thrown when data provided as input is invalid.
INVALID_INPUT_PARAMETER - io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
 
INVALID_REQUEST - Static variable in class io.mosip.kernel.core.authmanager.constant.AuthConstant
 
InvalidApplicantArgumentException - Exception in io.mosip.kernel.core.applicanttype.exception
Thrown when null/empty/invalid query passed for getting applicant type id.
InvalidApplicantArgumentException(String, String) - Constructor for exception io.mosip.kernel.core.applicanttype.exception.InvalidApplicantArgumentException
Constructor to initialize handler exception
InvalidApplicantArgumentException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.applicanttype.exception.InvalidApplicantArgumentException
Constructor the initialize Handler exception
invalidateToken(String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
InvalidDataException - Exception in io.mosip.kernel.core.crypto.exception
Exception to be thrown when data is invalid
InvalidDataException(String, String) - Constructor for exception io.mosip.kernel.core.crypto.exception.InvalidDataException
Constructor with errorCode and errorMessage
InvalidDataException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.crypto.exception.InvalidDataException
Constructor with errorCode, errorMessage, and rootCause
InvalideEmailException - Exception in io.mosip.kernel.core.datavalidator.exception
Exception to be thrown when Email is invalid
InvalideEmailException(String, String) - Constructor for exception io.mosip.kernel.core.datavalidator.exception.InvalideEmailException
Constructor for this class
InvalidIDException - Exception in io.mosip.kernel.core.idvalidator.exception
Exception to be thrown when ID is invalid
InvalidIDException(String, String) - Constructor for exception io.mosip.kernel.core.idvalidator.exception.InvalidIDException
Constructor for this class
InvalidIdSchemaException - Exception in io.mosip.kernel.core.idobjectvalidator.exception
 
InvalidIdSchemaException(String, String) - Constructor for exception io.mosip.kernel.core.idobjectvalidator.exception.InvalidIdSchemaException
Constructor for Invalid IdSchema Exception class.
InvalidInputException - Exception in io.mosip.kernel.core.qrcodegenerator.exception
Class which covers the range of exception which occurs when invalid input
InvalidInputException(String, String) - Constructor for exception io.mosip.kernel.core.qrcodegenerator.exception.InvalidInputException
Constructor with errorCode, and errorMessage
InvalidKeyException - Exception in io.mosip.kernel.core.crypto.exception
Exception to be thrown when key is invalid
InvalidKeyException(String, String) - Constructor for exception io.mosip.kernel.core.crypto.exception.InvalidKeyException
Constructor with errorCode and errorMessage
InvalidKeyException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.crypto.exception.InvalidKeyException
Constructor with errorCode, errorMessage, and rootCause
InvalidNumberException - Exception in io.mosip.kernel.core.notification.exception
This exception class for invalid contact number.
InvalidNumberException(String, String) - Constructor for exception io.mosip.kernel.core.notification.exception.InvalidNumberException
Constructor for MosipInvalidNumberException class.
InvalidParamSpecException - Exception in io.mosip.kernel.core.crypto.exception
Exception to be thrown when params are invalid
InvalidParamSpecException(String, String) - Constructor for exception io.mosip.kernel.core.crypto.exception.InvalidParamSpecException
Constructor with errorCode and errorMessage
InvalidParamSpecException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.crypto.exception.InvalidParamSpecException
Constructor with errorCode, errorMessage, and rootCause
InvalidPhoneNumberException - Exception in io.mosip.kernel.core.datavalidator.exception
Exception to be thrown when Phone number is invalid
InvalidPhoneNumberException(String, String) - Constructor for exception io.mosip.kernel.core.datavalidator.exception.InvalidPhoneNumberException
Constructor for this class
InvalidPinException - Exception in io.mosip.kernel.core.pinvalidator.exception
Exception to be thrown when Pin is invalid
InvalidPinException(String, String) - Constructor for exception io.mosip.kernel.core.pinvalidator.exception.InvalidPinException
Constructor for this class
InvalidTransliterationException - Exception in io.mosip.kernel.core.transliteration.exception
Class to handle exceptions for invalid language ids.
InvalidTransliterationException(String, String) - Constructor for exception io.mosip.kernel.core.transliteration.exception.InvalidTransliterationException
Constructor for InvalidTransliterationException.
InvalidTransliterationException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.transliteration.exception.InvalidTransliterationException
Constructor for InvalidTransliterationException.
InValidUinException - Exception in io.mosip.kernel.core.idgenerator.exception
Custom exception for Invalid Uin Exception
InValidUinException(String, String) - Constructor for exception io.mosip.kernel.core.idgenerator.exception.InValidUinException
Constructor initialize InValidUinException
invoke(Request, Response) - Method in class io.mosip.kernel.core.logger.config.SleuthValve
 
IO_ERROR_CODE - io.mosip.kernel.core.util.constant.FileUtilConstants
 
IO_ERROR_CODE - io.mosip.kernel.core.util.constant.ZipUtilConstants
 
io.mosip.kernel.core.applicanttype.exception - package io.mosip.kernel.core.applicanttype.exception
 
io.mosip.kernel.core.applicanttype.spi - package io.mosip.kernel.core.applicanttype.spi
 
io.mosip.kernel.core.auditmanager.exception - package io.mosip.kernel.core.auditmanager.exception
 
io.mosip.kernel.core.auditmanager.spi - package io.mosip.kernel.core.auditmanager.spi
 
io.mosip.kernel.core.authmanager.authadapter.model - package io.mosip.kernel.core.authmanager.authadapter.model
 
io.mosip.kernel.core.authmanager.constant - package io.mosip.kernel.core.authmanager.constant
 
io.mosip.kernel.core.authmanager.exception - package io.mosip.kernel.core.authmanager.exception
 
io.mosip.kernel.core.authmanager.model - package io.mosip.kernel.core.authmanager.model
 
io.mosip.kernel.core.authmanager.spi - package io.mosip.kernel.core.authmanager.spi
 
io.mosip.kernel.core.bioapi.constant - package io.mosip.kernel.core.bioapi.constant
 
io.mosip.kernel.core.bioapi.exception - package io.mosip.kernel.core.bioapi.exception
 
io.mosip.kernel.core.bioapi.model - package io.mosip.kernel.core.bioapi.model
 
io.mosip.kernel.core.bioapi.spi - package io.mosip.kernel.core.bioapi.spi
 
io.mosip.kernel.core.cbeffutil.common - package io.mosip.kernel.core.cbeffutil.common
 
io.mosip.kernel.core.cbeffutil.constant - package io.mosip.kernel.core.cbeffutil.constant
 
io.mosip.kernel.core.cbeffutil.entity - package io.mosip.kernel.core.cbeffutil.entity
 
io.mosip.kernel.core.cbeffutil.exception - package io.mosip.kernel.core.cbeffutil.exception
 
io.mosip.kernel.core.cbeffutil.jaxbclasses - package io.mosip.kernel.core.cbeffutil.jaxbclasses
 
io.mosip.kernel.core.cbeffutil.spi - package io.mosip.kernel.core.cbeffutil.spi
 
io.mosip.kernel.core.crypto.exception - package io.mosip.kernel.core.crypto.exception
 
io.mosip.kernel.core.crypto.spi - package io.mosip.kernel.core.crypto.spi
 
io.mosip.kernel.core.dataaccess.exception - package io.mosip.kernel.core.dataaccess.exception
 
io.mosip.kernel.core.dataaccess.spi.config - package io.mosip.kernel.core.dataaccess.spi.config
 
io.mosip.kernel.core.dataaccess.spi.repository - package io.mosip.kernel.core.dataaccess.spi.repository
 
io.mosip.kernel.core.datamapper.exception - package io.mosip.kernel.core.datamapper.exception
 
io.mosip.kernel.core.datamapper.model - package io.mosip.kernel.core.datamapper.model
 
io.mosip.kernel.core.datamapper.spi - package io.mosip.kernel.core.datamapper.spi
 
io.mosip.kernel.core.datavalidator.exception - package io.mosip.kernel.core.datavalidator.exception
 
io.mosip.kernel.core.datavalidator.spi - package io.mosip.kernel.core.datavalidator.spi
 
io.mosip.kernel.core.deviceprovidermanager.spi - package io.mosip.kernel.core.deviceprovidermanager.spi
 
io.mosip.kernel.core.exception - package io.mosip.kernel.core.exception
 
io.mosip.kernel.core.fsadapter.exception - package io.mosip.kernel.core.fsadapter.exception
 
io.mosip.kernel.core.fsadapter.spi - package io.mosip.kernel.core.fsadapter.spi
 
io.mosip.kernel.core.http - package io.mosip.kernel.core.http
 
io.mosip.kernel.core.idgenerator.exception - package io.mosip.kernel.core.idgenerator.exception
 
io.mosip.kernel.core.idgenerator.spi - package io.mosip.kernel.core.idgenerator.spi
 
io.mosip.kernel.core.idobjectvalidator.constant - package io.mosip.kernel.core.idobjectvalidator.constant
 
io.mosip.kernel.core.idobjectvalidator.exception - package io.mosip.kernel.core.idobjectvalidator.exception
 
io.mosip.kernel.core.idobjectvalidator.spi - package io.mosip.kernel.core.idobjectvalidator.spi
 
io.mosip.kernel.core.idvalidator.exception - package io.mosip.kernel.core.idvalidator.exception
 
io.mosip.kernel.core.idvalidator.spi - package io.mosip.kernel.core.idvalidator.spi
 
io.mosip.kernel.core.keymanager.exception - package io.mosip.kernel.core.keymanager.exception
 
io.mosip.kernel.core.keymanager.model - package io.mosip.kernel.core.keymanager.model
 
io.mosip.kernel.core.keymanager.spi - package io.mosip.kernel.core.keymanager.spi
 
io.mosip.kernel.core.licensekeymanager.spi - package io.mosip.kernel.core.licensekeymanager.spi
 
io.mosip.kernel.core.logger.config - package io.mosip.kernel.core.logger.config
 
io.mosip.kernel.core.logger.exception - package io.mosip.kernel.core.logger.exception
 
io.mosip.kernel.core.logger.spi - package io.mosip.kernel.core.logger.spi
 
io.mosip.kernel.core.masterdata.util.model - package io.mosip.kernel.core.masterdata.util.model
 
io.mosip.kernel.core.masterdata.util.spi - package io.mosip.kernel.core.masterdata.util.spi
 
io.mosip.kernel.core.notification.exception - package io.mosip.kernel.core.notification.exception
 
io.mosip.kernel.core.notification.model - package io.mosip.kernel.core.notification.model
 
io.mosip.kernel.core.notification.spi - package io.mosip.kernel.core.notification.spi
 
io.mosip.kernel.core.otpmanager.spi - package io.mosip.kernel.core.otpmanager.spi
 
io.mosip.kernel.core.otpnotification.spi - package io.mosip.kernel.core.otpnotification.spi
 
io.mosip.kernel.core.packetstatusupdater.dto - package io.mosip.kernel.core.packetstatusupdater.dto
 
io.mosip.kernel.core.packetstatusupdater.spi - package io.mosip.kernel.core.packetstatusupdater.spi
 
io.mosip.kernel.core.packetuploader.exception - package io.mosip.kernel.core.packetuploader.exception
 
io.mosip.kernel.core.packetuploader.spi - package io.mosip.kernel.core.packetuploader.spi
 
io.mosip.kernel.core.pdfgenerator.exception - package io.mosip.kernel.core.pdfgenerator.exception
 
io.mosip.kernel.core.pdfgenerator.model - package io.mosip.kernel.core.pdfgenerator.model
 
io.mosip.kernel.core.pdfgenerator.spi - package io.mosip.kernel.core.pdfgenerator.spi
 
io.mosip.kernel.core.pinvalidator.exception - package io.mosip.kernel.core.pinvalidator.exception
 
io.mosip.kernel.core.pinvalidator.spi - package io.mosip.kernel.core.pinvalidator.spi
 
io.mosip.kernel.core.qrcodegenerator.exception - package io.mosip.kernel.core.qrcodegenerator.exception
 
io.mosip.kernel.core.qrcodegenerator.spi - package io.mosip.kernel.core.qrcodegenerator.spi
 
io.mosip.kernel.core.saltgenerator.constant - package io.mosip.kernel.core.saltgenerator.constant
 
io.mosip.kernel.core.saltgenerator.exception - package io.mosip.kernel.core.saltgenerator.exception
 
io.mosip.kernel.core.security.algorithms - package io.mosip.kernel.core.security.algorithms
 
io.mosip.kernel.core.security.constants - package io.mosip.kernel.core.security.constants
 
io.mosip.kernel.core.security.decryption - package io.mosip.kernel.core.security.decryption
 
io.mosip.kernel.core.security.encryption - package io.mosip.kernel.core.security.encryption
 
io.mosip.kernel.core.security.exception - package io.mosip.kernel.core.security.exception
 
io.mosip.kernel.core.security.processor - package io.mosip.kernel.core.security.processor
 
io.mosip.kernel.core.security.util - package io.mosip.kernel.core.security.util
 
io.mosip.kernel.core.signatureutil.exception - package io.mosip.kernel.core.signatureutil.exception
 
io.mosip.kernel.core.signatureutil.model - package io.mosip.kernel.core.signatureutil.model
 
io.mosip.kernel.core.signatureutil.spi - package io.mosip.kernel.core.signatureutil.spi
 
io.mosip.kernel.core.templatemanager.exception - package io.mosip.kernel.core.templatemanager.exception
 
io.mosip.kernel.core.templatemanager.spi - package io.mosip.kernel.core.templatemanager.spi
 
io.mosip.kernel.core.transliteration.exception - package io.mosip.kernel.core.transliteration.exception
 
io.mosip.kernel.core.transliteration.spi - package io.mosip.kernel.core.transliteration.spi
 
io.mosip.kernel.core.util - package io.mosip.kernel.core.util
 
io.mosip.kernel.core.util.constant - package io.mosip.kernel.core.util.constant
 
io.mosip.kernel.core.util.exception - package io.mosip.kernel.core.util.exception
 
io.mosip.kernel.core.virusscanner.exception - package io.mosip.kernel.core.virusscanner.exception
 
io.mosip.kernel.core.virusscanner.spi - package io.mosip.kernel.core.virusscanner.spi
 
io.mosip.kernel.core.websub.spi - package io.mosip.kernel.core.websub.spi
 
IOException - Exception in io.mosip.kernel.core.exception
Signals that an I/O exception of some sort has occurred.
This class is the general class of exceptions produced by failed or interrupted I/O operations.
IOException(String, String) - Constructor for exception io.mosip.kernel.core.exception.IOException
 
IOException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.IOException
 
IRIS - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
IRIS - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
IRIS_FORMAT_IDENTIFIER - Static variable in class io.mosip.kernel.core.cbeffutil.constant.CbeffConstant
 
isAccountNonExpired() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
isAccountNonLocked() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
isAllLowerCase(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains only lowercase characters
isAllUpperCase(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains only uppercase characters
isAlpha(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains only Unicode letters
isAlphanumeric(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains only Unicode letters or digits
isAlphanumericSpace(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains only Unicode letters, digits or space (' ')
isAlphaSpace(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains only Unicode letters and space (' ')
isBlank(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
This method checks if a CharSequence is empty (""), null or whitespace only
isCredentialsNonExpired() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
isDigestEqual(byte[], byte[]) - Method in class io.mosip.kernel.core.util.HashUtils
This method checks whether two digest are equal or not.
isEmpty(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
This method checks if a CharSequence is empty ("") or null
isEnabled() - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
isEncryption() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Gets the value of the encryption property.
isFileNewer(File, Date) - Static method in class io.mosip.kernel.core.util.FileUtils
Tests if the specified File is newer than the specified Date
isFileOlder(File, Date) - Static method in class io.mosip.kernel.core.util.FileUtils
Tests if the specified File is older than the specified Date
isInEnum(String, Class<E>) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffValidator
 
isIntegrity() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo
 
isIntegrity() - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Gets the value of the integrity property.
isMixedCase(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains mixed casing of both uppercase and lowercase characters
isNotBlank(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
This method checks if a CharSequence is not empty (""), not null and not whitespace only
isNotEmpty(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
This method checks if a CharSequence is not empty ("") and not null
isNullEmpty(Object) - Static method in class io.mosip.kernel.core.util.EmptyCheckUtils
This method used to check if given obj is null.
isNullEmpty(String) - Static method in class io.mosip.kernel.core.util.EmptyCheckUtils
This method is used to check if the given str is null or an empty string.
isNullEmpty(Collection<?>) - Static method in class io.mosip.kernel.core.util.EmptyCheckUtils
This method is used to check given collection is null or is Empty.
isNullEmpty(Map<?, ?>) - Static method in class io.mosip.kernel.core.util.EmptyCheckUtils
This method is used to check given map is null or is Empty.
isNumeric(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains only Unicode digits.
isNumericSpace(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains only Unicode digits or space (' ').
isPacketPresent(String) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
Checks if is packet present.
isPrimeOrNot(int) - Static method in class io.mosip.kernel.core.util.MathUtils
Primality test: tells if the argument is a (provable) prime or not.
isSameDay(LocalDateTime, LocalDateTime) - Static method in class io.mosip.kernel.core.util.DateUtils
Checks if two java.time.LocalDateTime objects are on the same day ignoring time.
isSameDay(Calendar, Calendar) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Checks if two calendar objects are on the same day ignoring time.
isSameDay(Date, Date) - Static method in class io.mosip.kernel.core.util.DateUtils
Checks if two date objects are on the same day ignoring time.
isSameInstant(LocalDateTime, LocalDateTime) - Static method in class io.mosip.kernel.core.util.DateUtils
Checks if two java.time.LocalDateTime objects represent the same instant in time.
isSameInstant(Calendar, Calendar) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Checks if two calendar objects represent the same instant in time.
isSameInstant(Date, Date) - Static method in class io.mosip.kernel.core.util.DateUtils
Checks if two date objects represent the same instant in time.
isSameLocalTime(Calendar, Calendar) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Checks if two calendar objects represent the same local time.
isSymlink(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Determines whether the specified file is a Symbolic Link rather than an actual file
isValidBearerToken(String, String, String) - Static method in class io.mosip.kernel.core.util.TokenHandlerUtil
Validates the token offline based on the Oauth2 standards.
isWhitespace(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Checks if the CharSequence contains only whitespace
iterateFiles(File, IOFileFilter, IOFileFilter) - Static method in class io.mosip.kernel.core.util.FileUtils
Allows iteration over the files in given directory (and optionally its sub directories).

J

javaObjectToJsonString(Object) - Static method in class io.mosip.kernel.core.util.JsonUtils
This function converts the java object and returns a JSON String
JOB_FAILED - io.mosip.kernel.core.saltgenerator.constant.SaltGeneratorErrorConstants
 
join(byte[], char) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(byte[], char, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(char[], char) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(char[], char, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(double[], char) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(double[], char, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(float[], char) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(float[], char, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(int[], char) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(int[], char, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(long[], char) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(long[], char, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(short[], char) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(short[], char, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(Object[], char) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
join(Object[], char, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements
jpaDialect() - Method in interface io.mosip.kernel.core.dataaccess.spi.config.BaseDaoConfig
SPI strategy that encapsulates certain functionality that standard JPA 2.1 does not offer, such as access to the underlying JDBC Connection.
jpaProperties() - Method in interface io.mosip.kernel.core.dataaccess.spi.config.BaseDaoConfig
Specify JPA properties as a Map, to be passed into Persistence.createEntityManagerFactory.
jpaVendorAdapter() - Method in interface io.mosip.kernel.core.dataaccess.spi.config.BaseDaoConfig
SPI interface that allows to plug in vendor-specific behavior into Spring's EntityManagerFactory creators.
JsonGenerationException - Exception in io.mosip.kernel.core.util.exception
 
JsonGenerationException(String) - Constructor for exception io.mosip.kernel.core.util.exception.JsonGenerationException
 
JsonGenerationException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.util.exception.JsonGenerationException
 
JsonMappingException - Exception in io.mosip.kernel.core.util.exception
 
JsonMappingException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.util.exception.JsonMappingException
 
JsonParseException - Exception in io.mosip.kernel.core.util.exception
 
JsonParseException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.util.exception.JsonParseException
 
JsonProcessingException - Exception in io.mosip.kernel.core.util.exception
 
JsonProcessingException(String) - Constructor for exception io.mosip.kernel.core.util.exception.JsonProcessingException
 
JsonProcessingException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.util.exception.JsonProcessingException
 
jsonStringToJavaList(String) - Static method in class io.mosip.kernel.core.util.JsonUtils
This method converts a JSON String containing multiple JSON and stores them in a java list
jsonStringToJavaMap(String) - Static method in class io.mosip.kernel.core.util.JsonUtils
This method converts a JSON String containing multiple JSON and stores them in a java Map
jsonStringToJavaObject(Class<?>, String) - Static method in class io.mosip.kernel.core.util.JsonUtils
This method converts the JSON String input and maps it to the java object
jsonToJacksonJson(String, String) - Static method in class io.mosip.kernel.core.util.JsonUtils
This function returns the value associated with the label of the input JSON
JsonUtilConstants - Enum in io.mosip.kernel.core.util.constant
This enum contains all the error codes and messages of Jsonutil class
JsonUtils - Class in io.mosip.kernel.core.util
This class contains methods used for operations on JSON type data
jwsSign(D, P, C) - Method in interface io.mosip.kernel.core.crypto.spi.JwsSpec
Deprecated.
This method is for signing data.
JwsSpec<R,​D,​C,​P> - Interface in io.mosip.kernel.core.crypto.spi
Deprecated.
(This class is deprecated from version 1.0.5, Please use CryptoCoreSpec.sign(Object, Object) and CryptoCoreSpec.verifySignature(Object, Object, Object) instead of these methods,)

K

KeyStore - Interface in io.mosip.kernel.core.keymanager.spi
Keymanager interface that handles and stores its cryptographic keys.
KeystoreProcessingException - Exception in io.mosip.kernel.core.keymanager.exception
Custom exception for NoSuchSecurityProviderException
KeystoreProcessingException(String, String) - Constructor for exception io.mosip.kernel.core.keymanager.exception.KeystoreProcessingException
Constructor initialize NoSuchSecurityProviderException
KeystoreProcessingException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.keymanager.exception.KeystoreProcessingException
 
KEYSTROKE - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
KEYSTROKE - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
KeyValuePair - Class in io.mosip.kernel.core.bioapi.model
The Class KeyValuePair.
KeyValuePair() - Constructor for class io.mosip.kernel.core.bioapi.model.KeyValuePair
 

L

lastIndexOf(CharSequence, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Returns the index within seq of the last occurrence of the specified character
lastIndexOf(CharSequence, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Returns the index within seq of the last occurrence of the specified character, searching backward starting at the specified index
lastIndexOf(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Finds the last index within a CharSequence, handling null
lastIndexOf(CharSequence, CharSequence, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Finds the last index within a CharSequence, handling null
LEFT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
 
LEFT_VEIN - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
 
length(CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
String with repeated character
level - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
LicenseKeyManagerService<T,​D,​S> - Interface in io.mosip.kernel.core.licensekeymanager.spi
Interface that provides methods for license key management.
lineIterator(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Returns an Iterator for the lines in a File using the default encoding for the VM
lineIterator(File, String) - Static method in class io.mosip.kernel.core.util.FileUtils
Returns an Iterator for the lines in a File
LIP_MOVEMENT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
LIP_MOVEMENT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
listFiles(File, IOFileFilter, IOFileFilter) - Static method in class io.mosip.kernel.core.util.FileUtils
Finds files within a given directory (and optionally its subdirectories).
listFilesAndDirs(File, IOFileFilter, IOFileFilter) - Static method in class io.mosip.kernel.core.util.FileUtils
Finds files within a given directory (and optionally its subdirectories) All files found are filtered by an IOFileFilter.
LITTLE_FINGER - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
 
Logger - Interface in io.mosip.kernel.core.logger.spi
Logging interface for Mosip
loginRedirect(String, String, String, String, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
LoginUser - Class in io.mosip.kernel.core.authmanager.model
 
LoginUser() - Constructor for class io.mosip.kernel.core.authmanager.model.LoginUser
 
LoginUserWithClientId - Class in io.mosip.kernel.core.authmanager.model
 
LoginUserWithClientId() - Constructor for class io.mosip.kernel.core.authmanager.model.LoginUserWithClientId
 
logoutUser(String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
logRootCause(Throwable) - Static method in class io.mosip.kernel.core.exception.ExceptionUtils
 
lowerCase(String) - Static method in class io.mosip.kernel.core.util.StringUtils
CharSequence length or 0 if the CharSequence is null
lowerCase(String, Locale) - Static method in class io.mosip.kernel.core.util.StringUtils
Converts a String to local case

M

MachineIdGenerator<T> - Interface in io.mosip.kernel.core.idgenerator.spi
Interface that provides methods to generate Machine ID.
major - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.VersionType
 
map(S) - Method in interface io.mosip.kernel.core.datamapper.spi.DataMapper
 
map(S, D) - Method in interface io.mosip.kernel.core.datamapper.spi.DataMapper
 
map(S, D, DataConverter<S, D>) - Method in interface io.mosip.kernel.core.datamapper.spi.DataMapper
 
mapLicenseKey(S) - Method in interface io.mosip.kernel.core.licensekeymanager.spi.LicenseKeyManagerService
Method to map license key with permissions.
mapNulls(boolean) - Method in interface io.mosip.kernel.core.datamapper.spi.DataMapperBuilder
Configure map null in mapping
marshal(byte[]) - Method in class io.mosip.kernel.core.cbeffutil.common.Base64Adapter
 
marshal(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.common.DateAdapter
 
MASTERDATA_LOAD_FAILED - io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
 
match(BIR, BIR[], KeyValuePair[]) - Method in interface io.mosip.kernel.core.bioapi.spi.IBioApi
It compares the biometrics and provide the respective matching scores.
MatchDecision - Class in io.mosip.kernel.core.bioapi.model
The Class Score.
MatchDecision() - Constructor for class io.mosip.kernel.core.bioapi.model.MatchDecision
 
MATCHING_FAILED - io.mosip.kernel.core.bioapi.constant.BioApiErrorConstant
Thrown when data provided is valid but matching cannot be performed.
MathUtilConstants - Enum in io.mosip.kernel.core.util.constant
 
MathUtils - Class in io.mosip.kernel.core.util
Utilities for Mathematical operations.
mdcInsertingServletFilter() - Method in class io.mosip.kernel.core.logger.config.SleuthLoggingAutoConfiguration
 
merge(InputStream, Map<String, Object>) - Method in interface io.mosip.kernel.core.templatemanager.spi.TemplateManager
Method to merge template , where template content will be pass as inputSteam
merge(String, Writer, Map<String, Object>) - Method in interface io.mosip.kernel.core.templatemanager.spi.TemplateManager
Merges a template and puts the rendered stream into the writer.
merge(String, Writer, Map<String, Object>, String) - Method in interface io.mosip.kernel.core.templatemanager.spi.TemplateManager
Method to merge template using provided encoding type
mergePDF(List<URL>) - Method in interface io.mosip.kernel.core.pdfgenerator.spi.PDFGenerator
This method will merge all the PDF files.
message - Variable in enum io.mosip.kernel.core.util.constant.FileUtilConstants
 
message - Variable in enum io.mosip.kernel.core.util.constant.ZipUtilConstants
Exception Message
MIDDLE_FINGER - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
 
minor - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.VersionType
 
MispIdGenerator<T> - Interface in io.mosip.kernel.core.idgenerator.spi
This is an interface for the generation of MISPID
MISPLicenseGenerator<T> - Interface in io.mosip.kernel.core.idgenerator.spi
Interface that provides method for license generation of MISP.
MISSING_INPUT_PARAMETER - io.mosip.kernel.core.bioapi.constant.BioApiErrorConstant
Thrown when data required as input is missing.
MISSING_INPUT_PARAMETER - io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
 
MOSIP_ARRAY_INDEX_OUT_OF_BOUNDS_ERROR_CODE - io.mosip.kernel.core.util.constant.StringUtilConstants
 
MOSIP_ILLEGAL_ARGUMENT_ERROR_CODE - io.mosip.kernel.core.util.constant.StringUtilConstants
 
MOSIP_ILLEGAL_ARGUMENT_INITIALODDNUMBER_ERROR_CODE - io.mosip.kernel.core.util.constant.HashUtilConstants
 
MOSIP_ILLEGAL_ARGUMENT_MULTIPLIERODDNUMBER_ERROR_CODE - io.mosip.kernel.core.util.constant.HashUtilConstants
 
MOSIP_INVALID_ASYMMETRIC_PRIVATE_KEY_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_INVALID_ASYMMETRIC_PUBLIC_KEY_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_INVALID_DATA_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_INVALID_DATA_LENGTH_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_INVALID_DATA_SIZE_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_INVALID_ENCRYPTED_DATA_CORRUPT_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_INVALID_KEY_CORRUPT_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_INVALID_KEY_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_INVALID_KEY_SIZE_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_INVALID_LENGTH_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_IO_EXCEPTION_ERROR_CODE - io.mosip.kernel.core.util.constant.JsonUtilConstants
 
MOSIP_JSON_GENERATION_ERROR_CODE - io.mosip.kernel.core.util.constant.JsonUtilConstants
 
MOSIP_JSON_MAPPING_ERROR_CODE - io.mosip.kernel.core.util.constant.JsonUtilConstants
 
MOSIP_JSON_PARSE_ERROR_CODE - io.mosip.kernel.core.util.constant.JsonUtilConstants
 
MOSIP_JSON_PROCESSING_EXCEPTION - io.mosip.kernel.core.util.constant.JsonUtilConstants
 
MOSIP_NO_SUCH_ALGORITHM_ERROR_CODE - io.mosip.kernel.core.util.constant.HMACUtilConstants
 
MOSIP_NO_SUCH_ALGORITHM_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_NULL_DATA_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_NULL_KEY_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_NULL_METHOD_EXCEPTION - io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
 
MOSIP_PATTERN_SYNTAX_ERROR_CODE - io.mosip.kernel.core.util.constant.StringUtilConstants
 
MosipAES - Class in io.mosip.kernel.core.security.algorithms
AES Initialization for Mosip
MosipDecryptor - Class in io.mosip.kernel.core.security.decryption
Factory class for Mosip Decryptor
MosipDES - Class in io.mosip.kernel.core.security.algorithms
DES Initialization for Mosip
MosipEncryptor - Class in io.mosip.kernel.core.security.encryption
Factory class for Mosip Encryptor
MosipInvalidDataException - Exception in io.mosip.kernel.core.security.exception
Exception to be thrown when data is invalid
MosipInvalidDataException(MosipSecurityExceptionCodeConstants) - Constructor for exception io.mosip.kernel.core.security.exception.MosipInvalidDataException
Constructor for this class
MosipInvalidKeyException - Exception in io.mosip.kernel.core.security.exception
Exception to be thrown when key is invalid
MosipInvalidKeyException(MosipSecurityExceptionCodeConstants) - Constructor for exception io.mosip.kernel.core.security.exception.MosipInvalidKeyException
Constructor for this class
MosipNoSuchAlgorithmException - Exception in io.mosip.kernel.core.security.exception
Exception to be thrown when algorithm is invalid
MosipNoSuchAlgorithmException(MosipSecurityExceptionCodeConstants) - Constructor for exception io.mosip.kernel.core.security.exception.MosipNoSuchAlgorithmException
Constructor for this class
MosipNullDataException - Exception in io.mosip.kernel.core.security.exception
Exception to be thrown when data is null
MosipNullDataException(MosipSecurityExceptionCodeConstants) - Constructor for exception io.mosip.kernel.core.security.exception.MosipNullDataException
Constructor for this class
MosipNullKeyException - Exception in io.mosip.kernel.core.security.exception
Exception to be thrown when key is null
MosipNullKeyException(MosipSecurityExceptionCodeConstants) - Constructor for exception io.mosip.kernel.core.security.exception.MosipNullKeyException
Constructor for this class
MosipNullMethodException - Exception in io.mosip.kernel.core.security.exception
Exception to be thrown when key is null
MosipNullMethodException(MosipSecurityExceptionCodeConstants) - Constructor for exception io.mosip.kernel.core.security.exception.MosipNullMethodException
Constructor for this class
MosipRSA - Class in io.mosip.kernel.core.security.algorithms
RSA Engine Initialization
MosipSecurityExceptionCodeConstants - Enum in io.mosip.kernel.core.security.constants
Enum for exception constants
MosipSecurityMethod - Enum in io.mosip.kernel.core.security.constants
MosipTWOFISH - Class in io.mosip.kernel.core.security.algorithms
TWOFISH Engine Initialization
MosipUserDto - Class in io.mosip.kernel.core.authmanager.authadapter.model
MOSIP USER IS THE STANDARD SPEC THAT WILL BE TUNED BASED ON THE DETAILS STORED IN LDAP FOR A USER
MosipUserDto - Class in io.mosip.kernel.core.authmanager.model
 
MosipUserDto() - Constructor for class io.mosip.kernel.core.authmanager.authadapter.model.MosipUserDto
 
MosipUserDto() - Constructor for class io.mosip.kernel.core.authmanager.model.MosipUserDto
 
MosipUserListDto - Class in io.mosip.kernel.core.authmanager.model
 
MosipUserListDto() - Constructor for class io.mosip.kernel.core.authmanager.model.MosipUserListDto
 
MosipUserSalt - Class in io.mosip.kernel.core.authmanager.model
 
MosipUserSalt() - Constructor for class io.mosip.kernel.core.authmanager.model.MosipUserSalt
 
MosipUserSaltListDto - Class in io.mosip.kernel.core.authmanager.model
 
MosipUserSaltListDto() - Constructor for class io.mosip.kernel.core.authmanager.model.MosipUserSaltListDto
 
MosipUserTokenDto - Class in io.mosip.kernel.core.authmanager.model
 
MosipUserTokenDto() - Constructor for class io.mosip.kernel.core.authmanager.model.MosipUserTokenDto
 
moveDirectory(File, File) - Static method in class io.mosip.kernel.core.util.FileUtils
Moves a directory
moveDirectoryToDirectory(File, File, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Moves a directory to another directory
moveFile(File, File) - Static method in class io.mosip.kernel.core.util.FileUtils
Moves a file
moveFileToDirectory(File, File, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Moves a file to a directory
moveToDirectory(File, File, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Moves a file or directory to the destination directory

N

NAMESPACE_DNS - Static variable in class io.mosip.kernel.core.util.UUIDUtils
 
NAMESPACE_OID - Static variable in class io.mosip.kernel.core.util.UUIDUtils
 
NAMESPACE_URL - Static variable in class io.mosip.kernel.core.util.UUIDUtils
 
NAMESPACE_X500 - Static variable in class io.mosip.kernel.core.util.UUIDUtils
 
nextPrimeNumber(int) - Static method in class io.mosip.kernel.core.util.MathUtils
Return the smallest prime greater than or equal to n.
Node<T> - Class in io.mosip.kernel.core.masterdata.util.model
Unbalanced tree Node to hold hierarchy data
Node(String, T, String) - Constructor for class io.mosip.kernel.core.masterdata.util.model.Node
 
normalizeSpace(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Returns the argument string with whitespace normalized
NoSessionException - Exception in io.mosip.kernel.core.packetuploader.exception
Exception to be thrown when there is no session
NoSessionException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.NoSessionException
Constructor with errorCode, errorMessage, and rootCause
NoSuchAlgorithmException - Exception in io.mosip.kernel.core.exception
Base class for all preconditions violation exceptions.
NoSuchAlgorithmException(String, String) - Constructor for exception io.mosip.kernel.core.exception.NoSuchAlgorithmException
Constructor with errorCode and errorMessage
NoSuchAlgorithmException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.NoSuchAlgorithmException
Constructor with errorCode, errorMessage, and rootCause
NoSuchAliasException - Exception in io.mosip.kernel.core.keymanager.exception
Custom exception for NoSuchAliasException
NoSuchAliasException(String, String) - Constructor for exception io.mosip.kernel.core.keymanager.exception.NoSuchAliasException
Constructor initialize NoSuchAliasException
NoSuchSecurityProviderException - Exception in io.mosip.kernel.core.keymanager.exception
Custom exception for NoSuchSecurityProviderException
NoSuchSecurityProviderException(String, String) - Constructor for exception io.mosip.kernel.core.keymanager.exception.NoSuchSecurityProviderException
Constructor initialize NoSuchSecurityProviderException
NoSuchSecurityProviderException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.keymanager.exception.NoSuchSecurityProviderException
Constructor initialize NoSuchSecurityProviderException
NOT_A_NUMBER_ERROR_CODE - io.mosip.kernel.core.util.constant.MathUtilConstants
 
NOT_FINITE_NUMBER_ERROR_CODE - io.mosip.kernel.core.util.constant.MathUtilConstants
 
NotANumberException - Exception in io.mosip.kernel.core.util.exception
Exception to be thrown when a number is not a number.
NotANumberException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.util.exception.NotANumberException
 
NotFiniteNumberException - Exception in io.mosip.kernel.core.util.exception
Exception to be thrown when a number is not finite.
NotFiniteNumberException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.util.exception.NotFiniteNumberException
 
notifyUpdate(T, H, String) - Method in interface io.mosip.kernel.core.websub.spi.PublisherClient
This method Notifies a remote WebSub Hub from which an update is available to fetch for hubs that require publishing to happen as such.
NOTPOSITIVE_ERROR_CODE - io.mosip.kernel.core.util.constant.MathUtilConstants
 
NotPositiveException - Exception in io.mosip.kernel.core.util.exception
Exception to be thrown when the argument is negative.
NotPositiveException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.util.exception.NotPositiveException
 
notValidAfter - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
notValidAfter - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
 
notValidBefore - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
notValidBefore - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
 
NULL_ARGUMENT_CODE - io.mosip.kernel.core.util.constant.CalendarUtilConstants
 
NULL_ARGUMENT_ERROR_CODE - io.mosip.kernel.core.util.constant.DateUtilConstants
 
NULL_POINTER_ERROR_CODE - io.mosip.kernel.core.util.constant.FileUtilConstants
 
NULL_POINTER_ERROR_CODE - io.mosip.kernel.core.util.constant.MathUtilConstants
 
NULL_POINTER_ERROR_CODE - io.mosip.kernel.core.util.constant.ZipUtilConstants
 
NullConfigurationException - Exception in io.mosip.kernel.core.packetuploader.exception
Exception to be thrown when configuration is null
NullConfigurationException(String, String) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.NullConfigurationException
Constructor with errorCode and errorMessage
NullDataException - Exception in io.mosip.kernel.core.crypto.exception
Exception to be thrown when data is null
NullDataException(String, String) - Constructor for exception io.mosip.kernel.core.crypto.exception.NullDataException
Constructor with errorCode and errorMessage
NullKeyException - Exception in io.mosip.kernel.core.crypto.exception
Exception to be thrown when key is null
NullKeyException(String, String) - Constructor for exception io.mosip.kernel.core.crypto.exception.NullKeyException
Constructor with errorCode and errorMessage
NullMethodException - Exception in io.mosip.kernel.core.crypto.exception
Exception to be thrown when key is null
NullMethodException(String, String) - Constructor for exception io.mosip.kernel.core.crypto.exception.NullMethodException
Constructor with errorCode and errorMessage
NullPathException - Exception in io.mosip.kernel.core.packetuploader.exception
Exception to be thrown when Path is Null
NullPathException(String, String) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.NullPathException
Constructor with errorCode and errorMessage
NullPointerException - Exception in io.mosip.kernel.core.exception
Exception to be thrown when a null argument found.
NullPointerException(String, String) - Constructor for exception io.mosip.kernel.core.exception.NullPointerException
Constructor with errorCode, and rootCause
NullPointerException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.NullPointerException
 
NUMBER_IS_TOO_LARGE_ERROR_CODE - io.mosip.kernel.core.util.constant.MathUtilConstants
 
NumberIsTooLargeException - Exception in io.mosip.kernel.core.util.exception
Exception to be thrown when a number is too large.
NumberIsTooLargeException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.util.exception.NumberIsTooLargeException
 

O

ObjectFactory - Class in io.mosip.kernel.core.cbeffutil.jaxbclasses
This object contains factory methods for each Java content interface and Java element interface generated in the test package.
ObjectFactory() - Constructor for class io.mosip.kernel.core.cbeffutil.jaxbclasses.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: test
openInputStream(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Opens a FileInputStream for the specified file,
openOutputStream(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Opens a FileOutputStream for the specified file, checking and creating the parent directory if it does not exist.
openOutputStream(File, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Opens a FileOutputStream for the specified file, checking and creating the parent directory if it does not exist.
organization - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.RegistryIDType
 
OtpGenerator<S,​D> - Interface in io.mosip.kernel.core.otpmanager.spi
This interface provides the methods which can be used for OTP generation.
OtpNotification<T,​D> - Interface in io.mosip.kernel.core.otpnotification.spi
This interface has methods to sendOtpNotification.
OtpUser - Class in io.mosip.kernel.core.authmanager.model
 
OtpUser() - Constructor for class io.mosip.kernel.core.authmanager.model.OtpUser
 
OtpValidator<D> - Interface in io.mosip.kernel.core.otpmanager.spi
This interface provides the methods which can be used for OTP validation.
overlay(String, String, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Overlays part of a String with another String

P

PacketSizeException - Exception in io.mosip.kernel.core.packetuploader.exception
Exception to be thrown when Packet is not right
PacketSizeException(String, String) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.PacketSizeException
Constructor with errorCode and errorMessage
PacketStatusUpdateDto - Class in io.mosip.kernel.core.packetstatusupdater.dto
 
PacketStatusUpdateDto() - Constructor for class io.mosip.kernel.core.packetstatusupdater.dto.PacketStatusUpdateDto
 
PacketStatusUpdateService - Interface in io.mosip.kernel.core.packetstatusupdater.spi
The Interface PacketStatusUpdateService.
PacketUpdateStatusRequestDto - Class in io.mosip.kernel.core.packetstatusupdater.dto
Instantiates a new packet update status request dto.
PacketUpdateStatusRequestDto() - Constructor for class io.mosip.kernel.core.packetstatusupdater.dto.PacketUpdateStatusRequestDto
 
PacketUploader<S,​C> - Interface in io.mosip.kernel.core.packetuploader.spi
Interface for Packet Uploader SFTP
PALM - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
 
PARSE_EXCEPTION_ERROR_CODE - io.mosip.kernel.core.util.constant.DateUtilConstants
 
parseDateToLocalDateTime(Date) - Static method in class io.mosip.kernel.core.util.DateUtils
Parses Date to java.time.LocalDateTime adjusted for system time zone.
ParseException - Exception in io.mosip.kernel.core.exception
Signals that an error has been reached unexpectedly while parsing.
ParseException(String, String) - Constructor for exception io.mosip.kernel.core.exception.ParseException
 
ParseException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.ParseException
 
ParseResponseException - Exception in io.mosip.kernel.core.signatureutil.exception
ParseResponseException class.
ParseResponseException(String, String) - Constructor for exception io.mosip.kernel.core.signatureutil.exception.ParseResponseException
Instantiates a new parses the response exception.
ParseResponseException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.signatureutil.exception.ParseResponseException
Instantiates a new parses the response exception.
parseToDate(String, String) - Static method in class io.mosip.kernel.core.util.DateUtils
Parses date string of given pattern to java.util.Date.
parseToDate(String, String, TimeZone) - Static method in class io.mosip.kernel.core.util.DateUtils
Parses date string of given pattern and TimeZone to java.util.Date.
parseToLocalDateTime(String) - Static method in class io.mosip.kernel.core.util.DateUtils
Parses UTC string of pattern yyyy-MM-dd'T'HH:mm:ss.SSS or yyyy-MM-dd'T'HH:mm:ss.SSS'Z' to java.time.LocalDateTime.
parseUTCToDate(String) - Static method in class io.mosip.kernel.core.util.DateUtils
Parses given UTC string of ISO pattern yyyy-MM-dd'T'HH:mm:ss.SSS'Z' to java.util.Date.
parseUTCToDate(String, String) - Static method in class io.mosip.kernel.core.util.DateUtils
Parses UTC string of given pattern to java.util.Date.
parseUTCToLocalDateTime(String) - Static method in class io.mosip.kernel.core.util.DateUtils
Parses UTC string to java.time.LocalDateTime adjusted for system time zone.
parseUTCToLocalDateTime(String, String) - Static method in class io.mosip.kernel.core.util.DateUtils
Parses UTC string of given pattern to java.time.LocalDateTime.
PartnerIdGenerator<T> - Interface in io.mosip.kernel.core.idgenerator.spi
 
PasswordDto - Class in io.mosip.kernel.core.authmanager.model
 
PasswordDto() - Constructor for class io.mosip.kernel.core.authmanager.model.PasswordDto
 
PatternSyntaxException - Exception in io.mosip.kernel.core.exception
Unchecked exception thrown to indicate a syntax error in a regular-expression pattern
PatternSyntaxException(String, String) - Constructor for exception io.mosip.kernel.core.exception.PatternSyntaxException
 
PatternSyntaxException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.PatternSyntaxException
 
payload - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
 
PDFGenerator - Interface in io.mosip.kernel.core.pdfgenerator.spi
This interface is has specifications for PDF generation from different types.
PDFGeneratorException - Exception in io.mosip.kernel.core.pdfgenerator.exception
 
PDFGeneratorException(String, String) - Constructor for exception io.mosip.kernel.core.pdfgenerator.exception.PDFGeneratorException
Constructor for PDFGeneratorGenericException
PDFGeneratorException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.pdfgenerator.exception.PDFGeneratorException
Constructor for PDFGeneratorGenericException
PhoneValidator<T> - Interface in io.mosip.kernel.core.datavalidator.spi
Interface having a function to validate a phone number
PinValidator<T> - Interface in io.mosip.kernel.core.pinvalidator.spi
Interface having a method to validate a pin
prependIfMissing(String, CharSequence, CharSequence...) - Static method in class io.mosip.kernel.core.util.StringUtils
Prepends the prefix to the start of the string if the string does not already start with any of the prefixes
prependIfMissingIgnoreCase(String, CharSequence, CharSequence...) - Static method in class io.mosip.kernel.core.util.StringUtils
Prepends the prefix to the start of the string if the string does not already start, case insensitive, with any of the prefixes
PridGenerationException - Exception in io.mosip.kernel.core.idgenerator.exception
 
PridGenerationException() - Constructor for exception io.mosip.kernel.core.idgenerator.exception.PridGenerationException
No Argument Constructor
PridGenerationException(String, String) - Constructor for exception io.mosip.kernel.core.idgenerator.exception.PridGenerationException
Constructor the initialize PreIdGenerationException
PridGenerator<T> - Interface in io.mosip.kernel.core.idgenerator.spi
This is an interface for the generation of RID
PridValidator<T> - Interface in io.mosip.kernel.core.idvalidator.spi
This interface provide method for PRID validation.
process(AsymmetricBlockCipher, AsymmetricKeyParameter, byte[], boolean) - Static method in class io.mosip.kernel.core.security.processor.AsymmetricProcessor
Asymmetric Encryption/Decryption processor
process(BlockCipher, byte[], byte[], boolean) - Static method in class io.mosip.kernel.core.security.processor.SymmetricProcessor
Symmetric Encryption/Decryption processor
PROCESSED - io.mosip.kernel.core.cbeffutil.jaxbclasses.ProcessedLevelType
 
ProcessedLevelType - Enum in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for ProcessedLevelType.
processHybrid(AsymmetricBlockCipher, AsymmetricKeyParameter, byte[], boolean) - Static method in class io.mosip.kernel.core.security.processor.AsymmetricProcessor
Asymmetric Encryption/Decryption processor
product - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
PublisherClient<T,​P,​H> - Interface in io.mosip.kernel.core.websub.spi
Implementer of this interface should be responsible basic tasks of a publisher according to websub specifications.
publishUpdate(T, P, String, H, String) - Method in interface io.mosip.kernel.core.websub.spi.PublisherClient
This method is responsible for publishing a update for a particular topic at hub according to websub specifications.
purpose - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
PurposeType - Enum in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for PurposeType.

Q

QrcodeGenerationException - Exception in io.mosip.kernel.core.qrcodegenerator.exception
A base class which covers the range of exceptions which may occur when encoding a QRcode using the Writer framework.
QrcodeGenerationException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.qrcodegenerator.exception.QrcodeGenerationException
Constructor with errorCode, errorMessage, and rootCause
QrCodeGenerator<T> - Interface in io.mosip.kernel.core.qrcodegenerator.spi
Interface for QR-Code-Generation
quality - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
QUALITY_CHECK_FAILED - io.mosip.kernel.core.bioapi.constant.BioApiErrorConstant
Thrown when data provided is valid but quality check cannot be performed.
qualityCalculationFailed - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
 
QualityScore - Class in io.mosip.kernel.core.bioapi.model
The Class QualityScore.
QualityScore() - Constructor for class io.mosip.kernel.core.bioapi.model.QualityScore
 
QualityType - Class in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for QualityType complex type.
QualityType() - Constructor for class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
 

R

random() - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is responsible for Cryptographically Secure Pseudorandom Number Generator (RNG).
RAW - io.mosip.kernel.core.cbeffutil.jaxbclasses.ProcessedLevelType
 
readFileToByteArray(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Reads the contents of a file into a byte array
readFileToString(File, Charset) - Static method in class io.mosip.kernel.core.util.FileUtils
Reads the contents of a file into a String.
readISOImage(String, String) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffISOReader
Method used for reading ISO Image
readLines(File, String) - Static method in class io.mosip.kernel.core.util.FileUtils
Reads the contents of a file line by line to a List of Strings The file is always closed.
readLines(File, Charset) - Static method in class io.mosip.kernel.core.util.FileUtils
Reads the contents of a file line by line to a List of Strings The file is always closed
RECORD_EXISTS - io.mosip.kernel.core.saltgenerator.constant.SaltGeneratorErrorConstants
 
Rectangle - Class in io.mosip.kernel.core.pdfgenerator.model
Rectangle model for pdf generator
Rectangle() - Constructor for class io.mosip.kernel.core.pdfgenerator.model.Rectangle
 
refreshToken(String, String, RefreshTokenRequest) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
RefreshTokenRequest - Class in io.mosip.kernel.core.authmanager.model
 
RefreshTokenRequest() - Constructor for class io.mosip.kernel.core.authmanager.model.RefreshTokenRequest
 
RefreshTokenResponse - Class in io.mosip.kernel.core.authmanager.model
 
RefreshTokenResponse() - Constructor for class io.mosip.kernel.core.authmanager.model.RefreshTokenResponse
 
registerTopic(T, String) - Method in interface io.mosip.kernel.core.websub.spi.PublisherClient
This method is responsible for registering a topic at hub according to websub specifications.
registerUser(UserRegistrationRequestDto) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
RegistrationCenterIdGenerator<T> - Interface in io.mosip.kernel.core.idgenerator.spi
Interface that provides method to generate Registration Center ID.
RegistryIDType - Class in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for RegistryIDType complex type.
RegistryIDType() - Constructor for class io.mosip.kernel.core.cbeffutil.jaxbclasses.RegistryIDType
 
releaseConnection(C) - Method in interface io.mosip.kernel.core.packetuploader.spi.PacketUploader
This releases the obtained Connection to server
remove(String, char) - Static method in class io.mosip.kernel.core.util.StringUtils
Removes all occurrences of a character from within the source string
remove(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Removes all occurrences of a substring from within the source string
removeAll(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Removes each substring of the text String that matches the given regular expression
removeIgnoreCase(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Case insensitive removal of all occurrences of a substring from within the source string
removeLeftChar(String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Gets the leftmost len characters of a String
removeMidChar(String, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Gets len characters from the middle of a String
removePattern(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Removes each substring of the source String that matches the given regular expression
removeRightChar(String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Gets the rightmost len characters of a String
repeat(char, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Returns padding using the specified delimiter repeated to a given length
repeat(String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Repeat a String repeat times to form a new String
repeat(String, String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Repeat a String repeat times to form a new String, with a String separator injected each time
replace(String, String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Replaces all occurrences of a String within another String
replace(String, String, String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Replaces a String with another String inside a larger String, for the first max values of the search String
replaceAll(String, String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Replaces each substring of the text String that matches the given regular expression with the given replacement
replaceChars(String, char, char) - Static method in class io.mosip.kernel.core.util.StringUtils
Replaces all occurrences of a character in a String with another
replaceChars(String, String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Replaces multiple characters in a String in one go(can also be used to delete characters)
replaceIgnoreCase(String, String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Case insensitively replaces all occurrences of a String within another String
replaceIgnoreCase(String, String, String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Case insensitively replaces a String with another String inside a larger String, for the first max values of the search String
replaceOnce(String, String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Replaces a String with another String inside a larger String, once
replaceOnceIgnoreCase(String, String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Case insensitively replaces a String with another String inside a larger String, once
replacePattern(String, String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Replaces each substring of the source String that matches the given regular expression with the given replacement
RequestWrapper<T> - Class in io.mosip.kernel.core.http
 
RequestWrapper() - Constructor for class io.mosip.kernel.core.http.RequestWrapper
 
RESERVED_1 - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
 
RESERVED_2 - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
 
resetPassword(String, PasswordDto) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
resourceLoader(String) - Method in interface io.mosip.kernel.core.templatemanager.spi.TemplateManagerBuilder
Method for overriding the resourceLoader, default is classPath
resourcePath(String) - Method in interface io.mosip.kernel.core.templatemanager.spi.TemplateManagerBuilder
Method for overriding the template location
Response<T> - Class in io.mosip.kernel.core.bioapi.model
The Class Response.
Response() - Constructor for class io.mosip.kernel.core.bioapi.model.Response
 
ResponseFilter - Annotation Type in io.mosip.kernel.core.http
Used to process filter on request and response for a REST service.
ResponseWrapper<T> - Class in io.mosip.kernel.core.http
 
ResponseWrapper() - Constructor for class io.mosip.kernel.core.http.ResponseWrapper
 
RETINA - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
RETINA - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
reverse(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Reverses a String
reverseDelimited(String, char) - Static method in class io.mosip.kernel.core.util.StringUtils
Reverses a String that is delimited by a specific character
RIdDto - Class in io.mosip.kernel.core.authmanager.model
 
RIdDto() - Constructor for class io.mosip.kernel.core.authmanager.model.RIdDto
 
RidGenerator<T> - Interface in io.mosip.kernel.core.idgenerator.spi
This is an interface for the generation of RID
RidValidator<T> - Interface in io.mosip.kernel.core.idvalidator.spi
This interface provide method for RID validation.
RIGHT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
 
RIGHT_VEIN - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
 
RING_FINGER - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
 
Role - Class in io.mosip.kernel.core.authmanager.model
 
Role() - Constructor for class io.mosip.kernel.core.authmanager.model.Role
 
RolesListDto - Class in io.mosip.kernel.core.authmanager.model
 
RolesListDto() - Constructor for class io.mosip.kernel.core.authmanager.model.RolesListDto
 
rotate(String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Rotate (circular shift) a String of shift characters
RSA_WITH_OAEP_WITH_MD5_AND_MGF1PADDING - io.mosip.kernel.core.security.constants.MosipSecurityMethod
RSA cryptosystem security method with OEAP(with MD5) Padding
RSA_WITH_OAEP_WITH_SHA3512_AND_MGF1PADDING - io.mosip.kernel.core.security.constants.MosipSecurityMethod
RSA cryptosystem security method with OEAP(with SHA3 512) Padding
RSA_WITH_PKCS1PADDING - io.mosip.kernel.core.security.constants.MosipSecurityMethod
RSA cryptosystem security method with PKCS1 Padding
rsaWithOAEPWithMD5AndMGF1Padding(AsymmetricKeyParameter, byte[], boolean) - Static method in class io.mosip.kernel.core.security.algorithms.MosipRSA
RSA Engine Initialization with OAEP(MD5AndMGF1)Padding
rsaWithOAEPWithSHA3512AndMGF1Padding(AsymmetricKeyParameter, byte[], boolean) - Static method in class io.mosip.kernel.core.security.algorithms.MosipRSA
RSA Engine Initialization with OAEP(SHA3512AndMGF1)Padding
rsaWithPKCS1Padding(AsymmetricKeyParameter, byte[], boolean) - Static method in class io.mosip.kernel.core.security.algorithms.MosipRSA
RSA Engine Initialization with PKCS1Padding

S

SaltGeneratorErrorConstants - Enum in io.mosip.kernel.core.saltgenerator.constant
The Enum SaltGeneratorErrorConstants - contains error constants for kernel salt generator.
SaltGeneratorException - Exception in io.mosip.kernel.core.saltgenerator.exception
The Class SaltGeneratorException.
SaltGeneratorException() - Constructor for exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Instantiates a new SaltGeneratorException.
SaltGeneratorException(SaltGeneratorErrorConstants) - Constructor for exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Instantiates a new SaltGeneratorException.
SaltGeneratorException(SaltGeneratorErrorConstants, String) - Constructor for exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Instantiates a new SaltGeneratorException.
SaltGeneratorException(SaltGeneratorErrorConstants, Throwable) - Constructor for exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Instantiates a new SaltGeneratorException.
SaltGeneratorException(SaltGeneratorErrorConstants, Throwable, String) - Constructor for exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Instantiates a new SaltGeneratorException.
SaltGeneratorException(String, String) - Constructor for exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Instantiates a new SaltGeneratorException.
SaltGeneratorException(String, String, String) - Constructor for exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Instantiates a new SaltGeneratorException.
SaltGeneratorException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Instantiates a new SaltGeneratorException.
SaltGeneratorException(String, String, Throwable, String) - Constructor for exception io.mosip.kernel.core.saltgenerator.exception.SaltGeneratorException
Instantiates a new SaltGeneratorException.
sb - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
sbInfo - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
SBInfo - Class in io.mosip.kernel.core.cbeffutil.entity
 
SBInfo(SBInfo.SBInfoBuilder) - Constructor for class io.mosip.kernel.core.cbeffutil.entity.SBInfo
 
SBInfo.SBInfoBuilder - Class in io.mosip.kernel.core.cbeffutil.entity
 
SBInfoBuilder() - Constructor for class io.mosip.kernel.core.cbeffutil.entity.SBInfo.SBInfoBuilder
 
SBInfoType - Class in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for SBInfoType complex type.
SBInfoType() - Constructor for class io.mosip.kernel.core.cbeffutil.jaxbclasses.SBInfoType
 
scanDocument(byte[]) - Method in interface io.mosip.kernel.core.virusscanner.spi.VirusScanner
Scan byte array.
scanDocument(File) - Method in interface io.mosip.kernel.core.virusscanner.spi.VirusScanner
Scan File.
scanFile(String) - Method in interface io.mosip.kernel.core.virusscanner.spi.VirusScanner
Scan file.
scanFile(V) - Method in interface io.mosip.kernel.core.virusscanner.spi.VirusScanner
 
scanFolder(String) - Method in interface io.mosip.kernel.core.virusscanner.spi.VirusScanner
Scan folder.
SCENT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
SCENT - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
SCHEMA_IO_EXCEPTION - io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
 
score - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
 
Score - Class in io.mosip.kernel.core.bioapi.model
Added for backward compatibility 0.7
Score() - Constructor for class io.mosip.kernel.core.bioapi.model.Score
 
searchNode(Node<T>, String) - Method in interface io.mosip.kernel.core.masterdata.util.spi.UBtree
Method to Search Node the specified node
SecurityUtil - Class in io.mosip.kernel.core.security.util
Utility class for security
segment(BIR, KeyValuePair[]) - Method in interface io.mosip.kernel.core.bioapi.spi.IBioApi
It segment the single biometric image into multiple biometric images.
sendEmail(String[], String[], String, String, T) - Method in interface io.mosip.kernel.core.notification.spi.EmailNotification
 
sendOtpNotification(D) - Method in interface io.mosip.kernel.core.otpnotification.spi.OtpNotification
Method to send OTP notification.
sendSms(String, String) - Method in interface io.mosip.kernel.core.notification.spi.SMSServiceProvider
Method responsible for sending SMS.
ServiceError - Class in io.mosip.kernel.core.exception
 
ServiceError() - Constructor for class io.mosip.kernel.core.exception.ServiceError
 
ServiceError(String, String) - Constructor for class io.mosip.kernel.core.exception.ServiceError
Constructor for ErrorBean.
setAlgorithm(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
Sets the value of the algorithm property.
setAny(List<JAXBElement<String>>) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
setAuthorities(Collection<? extends GrantedAuthority>) - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
setBDB(byte[]) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Sets the value of the bdb property.
setBDBInfo(BDBInfoType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Sets the value of the bdbInfo property.
setBir(List<BIRType>) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
setBIRInfo(BIRInfoType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Sets the value of the birInfo property.
setCaptureDevice(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the captureDevice property.
setCBEFFVersion(VersionType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Sets the value of the cbeffVersion property.
setChallengeResponse(byte[]) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the challengeResponse property.
setComparisonAlgorithm(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the comparisonAlgorithm property.
setCompressionAlgorithm(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the compressionAlgorithm property.
setCreationDate(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the creationDate property.
setCreationDate(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Sets the value of the creationDate property.
setCreator(String) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Sets the value of the creator property.
setEncryption(Boolean) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the encryption property.
setFeatureExtractionAlgorithm(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the featureExtractionAlgorithm property.
setFormat(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the format property.
setFormat(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.SBInfoType
Sets the value of the format property.
setFormatOwner(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.entity.SBInfo.SBInfoBuilder
 
setId(String) - Method in class io.mosip.kernel.core.masterdata.util.model.Node
 
setIndex(String) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the index property.
setIndex(String) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Sets the value of the index property.
setIntegrity(boolean) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Sets the value of the integrity property.
setLevel(ProcessedLevelType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the level property.
setMail(String) - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
setMajor(long) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.VersionType
Sets the value of the major property.
setMinor(long) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.VersionType
Sets the value of the minor property.
setMobile(String) - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
setMosipUserDtoList(List<MosipUserDto>) - Method in class io.mosip.kernel.core.authmanager.model.MosipUserListDto
 
setNotValidAfter(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the notValidAfter property.
setNotValidAfter(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Sets the value of the notValidAfter property.
setNotValidBefore(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the notValidBefore property.
setNotValidBefore(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Sets the value of the notValidBefore property.
setOrganization(String) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.RegistryIDType
Sets the value of the organization property.
setParent(Node<T>) - Method in class io.mosip.kernel.core.masterdata.util.model.Node
 
setParentId(String) - Method in class io.mosip.kernel.core.masterdata.util.model.Node
 
setPayload(byte[]) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRInfoType
Sets the value of the payload property.
setProduct(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the product property.
setPurpose(PurposeType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the purpose property.
setQuality(QualityType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
Sets the value of the quality property.
setQualityCalculationFailed(String) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
Sets the value of the qualityCalculationFailed property.
setrId(String) - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
setRoleDescription(String) - Method in class io.mosip.kernel.core.authmanager.model.Role
 
setRoleId(String) - Method in class io.mosip.kernel.core.authmanager.model.Role
 
setRoleName(String) - Method in class io.mosip.kernel.core.authmanager.model.Role
 
setRoles(List<Role>) - Method in class io.mosip.kernel.core.authmanager.model.RolesListDto
 
setSB(byte[]) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Sets the value of the sb property.
setSBInfo(SBInfoType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Sets the value of the sbInfo property.
setScore(Long) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.QualityType
Sets the value of the score property.
setSubtype(List<String>) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
setToken(String) - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
setType(String) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.RegistryIDType
Sets the value of the type property.
setType(List<SingleType>) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
setUserName(String) - Method in class io.mosip.kernel.core.authmanager.authadapter.model.AuthUserDetails
 
setValue(T) - Method in class io.mosip.kernel.core.masterdata.util.model.Node
 
setVersion(VersionType) - Method in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
Sets the value of the version property.
SFTPException - Exception in io.mosip.kernel.core.packetuploader.exception
Exception to be thrown when there is violation with SFTP protocol
SFTPException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.packetuploader.exception.SFTPException
Constructor with errorCode, errorMessage, and rootCause
sign(D, K) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is responsible for core Digital Signature .
sign(D, K, X509Certificate) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is responsible for core Digital Signature with JSON WEB SIGNATURE specification This method is for signing data.
sign(String) - Method in interface io.mosip.kernel.core.signatureutil.spi.SignatureUtil
 
signAndEncryptPDF(byte[], Rectangle, String, int, Provider, CertificateEntry<X509Certificate, PrivateKey>, String) - Method in interface io.mosip.kernel.core.pdfgenerator.spi.PDFGenerator
Signs a PDF and protect it with password
SIGNATURE_SIGN - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
SIGNATURE_SIGN - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
SignatureException - Exception in io.mosip.kernel.core.crypto.exception
Exception to be thrown when params are invalid
SignatureException(String, String) - Constructor for exception io.mosip.kernel.core.crypto.exception.SignatureException
Constructor with errorCode and errorMessage
SignatureException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.crypto.exception.SignatureException
Constructor with errorCode, errorMessage, and rootCause
SignatureResponse - Class in io.mosip.kernel.core.signatureutil.model
 
SignatureResponse() - Constructor for class io.mosip.kernel.core.signatureutil.model.SignatureResponse
 
SignatureUtil - Interface in io.mosip.kernel.core.signatureutil.spi
SignatureUtil interface.
SignatureUtilClientException - Exception in io.mosip.kernel.core.signatureutil.exception
 
SignatureUtilClientException(List<ServiceError>) - Constructor for exception io.mosip.kernel.core.signatureutil.exception.SignatureUtilClientException
 
SignatureUtilException - Exception in io.mosip.kernel.core.signatureutil.exception
The Class SignatureUtilException.
SignatureUtilException(String, String) - Constructor for exception io.mosip.kernel.core.signatureutil.exception.SignatureUtilException
Instantiates a new signature util exception.
SignatureUtilException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.signatureutil.exception.SignatureUtilException
Instantiates a new signature util exception.
SingleAnySubtypeType - Enum in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for SingleAnySubtypeType.
SingleType - Enum in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for SingleTypeType.
SingleType1 - Enum in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for SingleTypeType.
SingleVeinOnlySubtypeType - Enum in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for SingleVeinOnlySubtypeType.
sizeOf(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Returns the size of the specified file or directory The return value may be negative if overflow occurs
sizeOfDirectory(File) - Static method in class io.mosip.kernel.core.util.FileUtils
Counts the size of a directory recursively (sum of the length of all files)
SleuthLoggingAutoConfiguration - Class in io.mosip.kernel.core.logger.config
 
SleuthLoggingAutoConfiguration() - Constructor for class io.mosip.kernel.core.logger.config.SleuthLoggingAutoConfiguration
 
sleuthValve(Tracer) - Method in class io.mosip.kernel.core.logger.config.SleuthLoggingAutoConfiguration
 
SleuthValve - Class in io.mosip.kernel.core.logger.config
 
SleuthValve(Tracer) - Constructor for class io.mosip.kernel.core.logger.config.SleuthValve
 
SMSResponseDto - Class in io.mosip.kernel.core.notification.model
The DTO class for sms notification response.
SMSResponseDto() - Constructor for class io.mosip.kernel.core.notification.model.SMSResponseDto
 
SMSServiceProvider - Interface in io.mosip.kernel.core.notification.spi
This interface is responsible to provide SMS as a service for SMS notification API.
split(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Splits the provided text into an array, using whitespace as the separator
split(String, char) - Static method in class io.mosip.kernel.core.util.StringUtils
Splits the provided text into an array, separator specified
splitByCharacterType(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Splits a String by Character type
splitByCharacterTypeCamelCase(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Splits a String by Character type
startsWith(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Check if a CharSequence starts with a specified prefix
startsWithIgnoreCase(CharSequence, CharSequence) - Static method in class io.mosip.kernel.core.util.StringUtils
Case insensitive check if a CharSequence starts with a specified prefix
storeAsymmetricKey(KeyPair, String, LocalDateTime, LocalDateTime) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Store keypair in keystore
storeCertificate(String, PrivateKey, Certificate) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Stores the given trusted certificate to the given alias
storeFile(String, String, InputStream) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method stores the packet corresponding to an ID
storePacket(String, File) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method stores the packet corresponding to an enrolment ID.
storePacket(String, InputStream) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method stores the packet corresponding to an ID.
storeSymmetricKey(SecretKey, String) - Method in interface io.mosip.kernel.core.keymanager.spi.KeyStore
Store symmetric key in keystore
StringUtilConstants - Enum in io.mosip.kernel.core.util.constant
Defines constants used in StringUtil.class
StringUtils - Class in io.mosip.kernel.core.util
This class contains methods used for operations on String type data
strip(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Strips whitespace from the start and end of a String
strip(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Strips any of a set of characters from the start and end of a String
subscribe(S) - Method in interface io.mosip.kernel.core.websub.spi.SubscriptionClient
This method sends a subscription request to a WebSub Hub according to websub specifications.
SubscriptionClient<S,​U,​R> - Interface in io.mosip.kernel.core.websub.spi
Implementer of this interface should be responsible basic tasks of a subscriber according to websub specifications.
substring(String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Gets a substring from the specified String avoiding exceptions.
substring(String, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Gets a substring from the specified String avoiding exceptions
substringAfter(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Gets the substring after the first occurrence of a separator
substringBefore(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Gets the substring before the first occurrence of a separator
subtype - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
swapCase(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Swaps the case of a String changing upper and title case to lower case, and lower case to upper case
symmetricDecrypt(byte[], byte[], MosipSecurityMethod) - Static method in class io.mosip.kernel.core.security.decryption.MosipDecryptor
Symmetric Decrypt with key
symmetricDecrypt(S, R, D) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is used for core Symmetric Decryption .
symmetricDecrypt(S, R, D, D) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is used for core Symmetric Decryption .
symmetricEncrypt(byte[], byte[], MosipSecurityMethod) - Static method in class io.mosip.kernel.core.security.encryption.MosipEncryptor
Symmetric Encrypt with key
symmetricEncrypt(S, D, D) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is used for core Symmetric Encryption .
symmetricEncrypt(S, D, D, D) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is used for core Symmetric Encryption .
SymmetricProcessor - Class in io.mosip.kernel.core.security.processor
Symmetric Encryption/Decryption processor
SymmetricProcessor() - Constructor for class io.mosip.kernel.core.security.processor.SymmetricProcessor
Constructor for this class

T

TemplateConfigurationException - Exception in io.mosip.kernel.core.templatemanager.exception
TemplateConfigurationException if problem occurs while Configuring the template Manager.
TemplateConfigurationException(String, String) - Constructor for exception io.mosip.kernel.core.templatemanager.exception.TemplateConfigurationException
Constructor for setting error code and message
TemplateManager - Interface in io.mosip.kernel.core.templatemanager.spi
TemplateManager which will merge the template and values together.
TemplateManagerBuilder - Interface in io.mosip.kernel.core.templatemanager.spi
TemplateManagerBuilder will build the TemplateManager with the configuration either custom or default.
TemplateMethodInvocationException - Exception in io.mosip.kernel.core.templatemanager.exception
TemplateMethodInvocationException when reference method in template could not be invoked.
TemplateMethodInvocationException(String, String) - Constructor for exception io.mosip.kernel.core.templatemanager.exception.TemplateMethodInvocationException
Constructor for set error code and message
TemplateMethodInvocationException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.templatemanager.exception.TemplateMethodInvocationException
Constructor for setting error code, message and cause
TemplateParsingException - Exception in io.mosip.kernel.core.templatemanager.exception
this exception thrown when a resource of any type has a syntax or other error which prevents it from being parsed.
TemplateParsingException(String, String) - Constructor for exception io.mosip.kernel.core.templatemanager.exception.TemplateParsingException
Constructor for set error code and message
TemplateParsingException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.templatemanager.exception.TemplateParsingException
Constructor for setting error code, message and cause
TemplateResourceNotFoundException - Exception in io.mosip.kernel.core.templatemanager.exception
this exception thrown when a resource of any type isn't found by the template manager.
TemplateResourceNotFoundException(String, String) - Constructor for exception io.mosip.kernel.core.templatemanager.exception.TemplateResourceNotFoundException
Constructor for set error code and message
TemplateResourceNotFoundException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.templatemanager.exception.TemplateResourceNotFoundException
 
THUMB - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
 
toBDBInfo() - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo
 
toBIRInfo() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo
 
toBIRType(BIR) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR
 
toCalendar(Date) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Converts a Date of a given TimeZone into a Calendar.
toCalendar(Date, TimeZone) - Static method in class io.mosip.kernel.core.util.CalendarUtils
 
toFile(URL) - Static method in class io.mosip.kernel.core.util.FileUtils
Convert from a URL to a File
toFiles(URL[]) - Static method in class io.mosip.kernel.core.util.FileUtils
Converts each of an array of URL to a File.
toHashCode() - Method in class io.mosip.kernel.core.util.HashUtils
Return the computed hashCode.
toISOString(LocalDateTime) - Static method in class io.mosip.kernel.core.util.DateUtils
Converts java.time.LocalDateTime to UTC string in default ISO pattern - yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
toISOString(Date) - Static method in class io.mosip.kernel.core.util.DateUtils
Converts java.util.Date to UTC string in default ISO pattern - yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
TokenHandlerUtil - Class in io.mosip.kernel.core.util
 
TokenIdGenerator<T> - Interface in io.mosip.kernel.core.idgenerator.spi
Interface that provides methods for Token ID generation.
TokenIdGeneratorException - Exception in io.mosip.kernel.core.idgenerator.exception
Class to handle exceptions in Token ID Generation.
TokenIdGeneratorException(String, String) - Constructor for exception io.mosip.kernel.core.idgenerator.exception.TokenIdGeneratorException
Constructor for TokenIdGeneratorException with errorCode and errorMessage as the arguments.
toSBInfoType() - Method in class io.mosip.kernel.core.cbeffutil.entity.SBInfo
 
toString() - Method in class io.mosip.kernel.core.keymanager.model.CertificateEntry
 
toURLs(File[]) - Static method in class io.mosip.kernel.core.util.FileUtils
Converts each of an array of File to a URL.
toVersion() - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRVersion
 
trace(String, String, String, String) - Method in interface io.mosip.kernel.core.logger.spi.Logger
Logs at Trace logging level
transactionManager(EntityManagerFactory) - Method in interface io.mosip.kernel.core.dataaccess.spi.config.BaseDaoConfig
This is the central interface in Spring's transaction infrastructure.
transliterate(T, T, String) - Method in interface io.mosip.kernel.core.transliteration.spi.Transliteration
This method perform transliteration based on language code provided.
Transliteration<T> - Interface in io.mosip.kernel.core.transliteration.spi
This interface contains method that perform transliteration based on language code provided.
trim(String) - Static method in class io.mosip.kernel.core.util.StringUtils
This method removes control characters (char is less than= 32) from both ends of this String, handling null by returning null
truncate(String, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Truncates a String
truncate(String, int, int) - Static method in class io.mosip.kernel.core.util.StringUtils
Truncates a String
truncate(Calendar, int) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Truncates a date, leaving the field specified as the most significant field.
truncatedEquals(Calendar, Calendar, int) - Static method in class io.mosip.kernel.core.util.CalendarUtils
Determines if two calendars are equal up to no more than the specified most significant field.
TWOFISH_WITH_CBC_AND_PKCS7PADDING - io.mosip.kernel.core.security.constants.MosipSecurityMethod
TWOFISH symmetric-key block cipher security method with PKCS7 Padding
twoFishWithCBCandPKCS7Padding(byte[], byte[], boolean) - Static method in class io.mosip.kernel.core.security.algorithms.MosipTWOFISH
TWOFISH Engine Initialization with PKCS7Padding
type - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BDBInfoType
 
type - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.RegistryIDType
 

U

UBtree<T> - Interface in io.mosip.kernel.core.masterdata.util.spi
Unbalanced tree implementation to manage hierarchy data
UinGenerator - Interface in io.mosip.kernel.core.idgenerator.spi
Interface having a function to generate an Id
UinValidator<T> - Interface in io.mosip.kernel.core.idvalidator.spi
Interface having a function to validate an uin
unBlockUser(String, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
uncapitalize(String) - Static method in class io.mosip.kernel.core.util.StringUtils
Uncapitalizes a String, changing the first character to lower case
UNKNOWN_ERROR - io.mosip.kernel.core.bioapi.constant.BioApiErrorConstant
Thrown when some other error occurred.
unmarshal(String) - Method in class io.mosip.kernel.core.cbeffutil.common.Base64Adapter
 
unmarshal(String) - Method in class io.mosip.kernel.core.cbeffutil.common.DateAdapter
 
unpackPacket(String) - Method in interface io.mosip.kernel.core.fsadapter.spi.FileSystemAdapter
This method unzips the packet corresponding to an enrolment ID and uploads individual files of that packet.
unregisterTopic(T, String) - Method in interface io.mosip.kernel.core.websub.spi.PublisherClient
This method is responsible for unregistering a topic at hub according to websub specifications.
unSubscribe(U) - Method in interface io.mosip.kernel.core.websub.spi.SubscriptionClient
This method sends a unsubscription request to a WebSub Hub according to websub specifications.
UNSUPPORTED_CHARSET_ERROR_CODE - io.mosip.kernel.core.util.constant.FileUtilConstants
 
UNSUPPORTED_ENCODING_ERROR_CODE - io.mosip.kernel.core.util.constant.FileUtilConstants
 
UnsupportedCharsetException - Exception in io.mosip.kernel.core.exception
 
UnsupportedCharsetException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.UnsupportedCharsetException
 
UnsupportedEncodingException - Exception in io.mosip.kernel.core.exception
 
UnsupportedEncodingException(String, String) - Constructor for exception io.mosip.kernel.core.exception.UnsupportedEncodingException
 
UnsupportedEncodingException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.exception.UnsupportedEncodingException
 
unwrap(String, char) - Static method in class io.mosip.kernel.core.util.StringUtils
Unwraps a given string from a character
unwrap(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Unwraps a given string from anther string
unzipByteArray(byte[]) - Static method in class io.mosip.kernel.core.util.ZipUtils
Method used for unzipping a zipped Byte Array
unZipDirectory(String, String) - Static method in class io.mosip.kernel.core.util.ZipUtils
Extracts a zip file specified by the zipFilePath to a directory specified by destDirectory (will be created if does not exists)
update(byte[]) - Static method in class io.mosip.kernel.core.util.HMACUtils
Updates the digest using the specified byte
update(E) - Method in interface io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository
Merge the state of the given entity into the current persistence context.
updateDeviceProvider(DeviceProviderPutDto) - Method in interface io.mosip.kernel.core.deviceprovidermanager.spi.DeviceProviderService
Method to update Device Provider
updatedHash() - Static method in class io.mosip.kernel.core.util.HMACUtils
Return the whole update digest
updateXML(List<BIR>, byte[]) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
upload(C, String) - Method in interface io.mosip.kernel.core.packetuploader.spi.PacketUploader
Uploads file to server (this method will not create destination folder it should be already present)
upperCase(String) - Static method in class io.mosip.kernel.core.util.StringUtils
CharSequence length or 0 if the CharSequence is null
upperCase(String, Locale) - Static method in class io.mosip.kernel.core.util.StringUtils
Converts a String to upper case
UserDetailsDto - Class in io.mosip.kernel.core.authmanager.model
 
UserDetailsDto() - Constructor for class io.mosip.kernel.core.authmanager.model.UserDetailsDto
 
UserDetailsResponseDto - Class in io.mosip.kernel.core.authmanager.model
Instantiates a new user details response dto.
UserDetailsResponseDto() - Constructor for class io.mosip.kernel.core.authmanager.model.UserDetailsResponseDto
 
UserNameDto - Class in io.mosip.kernel.core.authmanager.model
The Class UserNameDto.
UserNameDto() - Constructor for class io.mosip.kernel.core.authmanager.model.UserNameDto
 
UserOtp - Class in io.mosip.kernel.core.authmanager.model
 
UserOtp() - Constructor for class io.mosip.kernel.core.authmanager.model.UserOtp
 
UserPasswordRequestDto - Class in io.mosip.kernel.core.authmanager.model
 
UserPasswordRequestDto() - Constructor for class io.mosip.kernel.core.authmanager.model.UserPasswordRequestDto
 
UserPasswordResponseDto - Class in io.mosip.kernel.core.authmanager.model
 
UserPasswordResponseDto() - Constructor for class io.mosip.kernel.core.authmanager.model.UserPasswordResponseDto
 
UserRegistrationRequestDto - Class in io.mosip.kernel.core.authmanager.model
 
UserRegistrationRequestDto() - Constructor for class io.mosip.kernel.core.authmanager.model.UserRegistrationRequestDto
 
UserRoleDto - Class in io.mosip.kernel.core.authmanager.model
 
UserRoleDto() - Constructor for class io.mosip.kernel.core.authmanager.model.UserRoleDto
 
UUIDUtils - Class in io.mosip.kernel.core.util
This class is used to generate UUID of Type 5.

V

valdiateToken(String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
validate(String, String, String) - Method in interface io.mosip.kernel.core.signatureutil.spi.SignatureUtil
Validate with public key.
validateChecksum(String) - Static method in class io.mosip.kernel.core.util.ChecksumUtils
Validates that an entered number is Verhoeff checksum compliant.
validateDeviceProviders(ValidateDeviceDto) - Method in interface io.mosip.kernel.core.deviceprovidermanager.spi.DeviceProviderService
Validate device providers.
validateEmail(T) - Method in interface io.mosip.kernel.core.datavalidator.spi.EmailValidator
 
validateId(String, int, int, int, int) - Method in interface io.mosip.kernel.core.idvalidator.spi.PridValidator
Function to validate given Id
validateId(T) - Method in interface io.mosip.kernel.core.idvalidator.spi.IdValidator
Function to validate given Id
validateId(T) - Method in interface io.mosip.kernel.core.idvalidator.spi.PridValidator
Function to validate given Id
validateId(T) - Method in interface io.mosip.kernel.core.idvalidator.spi.RidValidator
This method validate given RID only against specified generation logic.
validateId(T) - Method in interface io.mosip.kernel.core.idvalidator.spi.UinValidator
Function to validate given Id
validateId(T) - Method in interface io.mosip.kernel.core.idvalidator.spi.VidValidator
Function to validate given Id
validateId(T, int, int, int, int) - Method in interface io.mosip.kernel.core.idvalidator.spi.RidValidator
This method validate given RID against specified generation logic.
validateId(T, T, T) - Method in interface io.mosip.kernel.core.idvalidator.spi.RidValidator
This method validate given RID against specified generation logic.
validateId(T, T, T, int, int, int, int) - Method in interface io.mosip.kernel.core.idvalidator.spi.RidValidator
This method validate given RID against specified generation logic.
validateIdObject(String, Object) - Method in interface io.mosip.kernel.core.idobjectvalidator.spi.IdObjectValidator
Validates a identityObject passed with the identity schema provided.
validateIdObject(String, Object, List<String>) - Method in interface io.mosip.kernel.core.idobjectvalidator.spi.IdObjectValidator
Validates a identityObject passed with the identity schema provided.
validateOtp(String, String) - Method in interface io.mosip.kernel.core.otpmanager.spi.OtpValidator
This method can be used to validate OTP against an existing key and a given OTP.
validatePhone(T) - Method in interface io.mosip.kernel.core.datavalidator.spi.PhoneValidator
 
validatePin(T) - Method in interface io.mosip.kernel.core.pinvalidator.spi.PinValidator
Function to validate given pin
validateToken(String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthZService
 
validateUserName(String, String) - Method in interface io.mosip.kernel.core.authmanager.spi.AuthService
 
validateWithPublicKey(String, String, String) - Method in interface io.mosip.kernel.core.signatureutil.spi.SignatureUtil
Validate with public key.
validateXML(byte[]) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
validateXML(byte[], byte[]) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffXSDValidator
 
validateXML(byte[], byte[]) - Method in interface io.mosip.kernel.core.cbeffutil.spi.CbeffUtil
 
validateXML(BIRType) - Static method in class io.mosip.kernel.core.cbeffutil.common.CbeffValidator
Method used for custom validation of the BIR
ValidationResponseDto - Class in io.mosip.kernel.core.authmanager.model
 
ValidationResponseDto() - Constructor for class io.mosip.kernel.core.authmanager.model.ValidationResponseDto
 
value() - Method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.ProcessedLevelType
 
value() - Method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
 
value() - Method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
 
value() - Method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
value() - Method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
value() - Method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
 
valueOf(String) - Static method in enum io.mosip.kernel.core.bioapi.constant.BioApiErrorConstant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.ProcessedLevelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.saltgenerator.constant.SaltGeneratorErrorConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.security.constants.MosipSecurityMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.util.constant.CalendarUtilConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.util.constant.DateUtilConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.util.constant.FileUtilConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.util.constant.HashUtilConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.util.constant.HMACUtilConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.util.constant.JsonUtilConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.util.constant.MathUtilConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.util.constant.StringUtilConstants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.mosip.kernel.core.util.constant.ZipUtilConstants
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.mosip.kernel.core.bioapi.constant.BioApiErrorConstant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.ProcessedLevelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleAnySubtypeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.idobjectvalidator.constant.IdObjectValidatorErrorConstant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.saltgenerator.constant.SaltGeneratorErrorConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.security.constants.MosipSecurityExceptionCodeConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.security.constants.MosipSecurityMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.util.constant.CalendarUtilConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.util.constant.DateUtilConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.util.constant.FileUtilConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.util.constant.HashUtilConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.util.constant.HMACUtilConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.util.constant.JsonUtilConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.util.constant.MathUtilConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.util.constant.StringUtilConstants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.mosip.kernel.core.util.constant.ZipUtilConstants
Returns an array containing the constants of this enum type, in the order they are declared.
VEIN - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
VEIN - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 
VERIFY - io.mosip.kernel.core.cbeffutil.jaxbclasses.PurposeType
 
verifySignature(D) - Method in interface io.mosip.kernel.core.crypto.spi.JwsSpec
Deprecated.
This method verifies signature.
verifySignature(D, T, P) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is responsible for core Digital Signature .
verifySignature(T) - Method in interface io.mosip.kernel.core.crypto.spi.CryptoCoreSpec
This method is responsible for core Digital Signature with JSON WEB SIGNATURE specification This method verifies signature.
version - Variable in class io.mosip.kernel.core.cbeffutil.jaxbclasses.BIRType
 
VersionType - Class in io.mosip.kernel.core.cbeffutil.jaxbclasses
Java class for VersionType complex type.
VersionType() - Constructor for class io.mosip.kernel.core.cbeffutil.jaxbclasses.VersionType
 
VidGenerationFailedException - Exception in io.mosip.kernel.core.idgenerator.exception
Custom exception for VID Generation Failed Exception
VidGenerationFailedException(String, String) - Constructor for exception io.mosip.kernel.core.idgenerator.exception.VidGenerationFailedException
Constructor initialize VIDGenerationFailedException
VidGenerator<T> - Interface in io.mosip.kernel.core.idgenerator.spi
This is an interface for the generation of RID
VidValidator<T> - Interface in io.mosip.kernel.core.idvalidator.spi
Interface having a function to validate an Id
VirusScanner<U,​V> - Interface in io.mosip.kernel.core.virusscanner.spi
 
VirusScannerException - Exception in io.mosip.kernel.core.virusscanner.exception
TheServerNotAccessibleException occurs when anti virus service is not responding
VirusScannerException() - Constructor for exception io.mosip.kernel.core.virusscanner.exception.VirusScannerException
 
VirusScannerException(String, String) - Constructor for exception io.mosip.kernel.core.virusscanner.exception.VirusScannerException
 
VirusScannerException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.virusscanner.exception.VirusScannerException
 
VOICE - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType
 
VOICE - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleType1
 

W

waitFor(File, int) - Static method in class io.mosip.kernel.core.util.FileUtils
Waits for NFS to propagate a file creation, imposing a timeout.
warn(String, String, String, String) - Method in interface io.mosip.kernel.core.logger.spi.Logger
Logs at Warn logging level
withBdb(byte[]) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
withBdbInfo(BDBInfo) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
withBirInfo(BIRInfo) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
withCaptureDevice(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withCbeffversion(BIRVersion) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
withChallengeResponse(byte[]) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withComparisonAlgorithm(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withCompressionAlgorithm(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withCreationDate(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withCreationDate(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
 
withCreator(String) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
 
withElement(List<JAXBElement<String>>) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
withEncryption(Boolean) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withFeatureExtractionAlgorithm(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withFormat(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withIndex(String) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withIndex(String) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
 
withIntegrity(Boolean) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
 
withLevel(ProcessedLevelType) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withMajor(int) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRVersion.BIRVersionBuilder
 
withMinor(int) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRVersion.BIRVersionBuilder
 
withNotValidAfter(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withNotValidAfter(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
 
withNotValidBefore(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withNotValidBefore(LocalDateTime) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
 
withPayload(byte[]) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
 
withProduct(RegistryIDType) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withPurpose(PurposeType) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withQuality(QualityType) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withSb(byte[]) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
withSbInfo(SBInfo) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
withSubtype(List<String>) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withType(List<SingleType>) - Method in class io.mosip.kernel.core.cbeffutil.entity.BDBInfo.BDBInfoBuilder
 
withVersion(BIRVersion) - Method in class io.mosip.kernel.core.cbeffutil.entity.BIR.BIRBuilder
 
wrap(String, char) - Static method in class io.mosip.kernel.core.util.StringUtils
Wraps a string with a char
wrap(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Wraps a String with another String
wrapIfMissing(String, char) - Static method in class io.mosip.kernel.core.util.StringUtils
Wraps a string with a char if that char is missing from the start or end of the given string
wrapIfMissing(String, String) - Static method in class io.mosip.kernel.core.util.StringUtils
Wraps a string with a string if that string is missing from the start or end of the given string
WRIST - io.mosip.kernel.core.cbeffutil.jaxbclasses.SingleVeinOnlySubtypeType
 
write(File, CharSequence, String) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a CharSequence to a file creating the file if it does not exist.
write(File, CharSequence, String, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a CharSequence to a file creating the file if it does not exist.
write(File, CharSequence, Charset) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a CharSequence to a file creating the file if it does not exist.
write(File, CharSequence, Charset, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a CharSequence to a file creating the file if it does not exist.
writeByteArrayToFile(File, byte[]) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a byte array to a file creating the file if it does not exist.
writeByteArrayToFile(File, byte[], boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a byte array to a file creating the file if it does not exist.
writeByteArrayToFile(File, byte[], int, int) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes len bytes from the specified byte array starting at offset off to a file, creating the file if it does not exist.
writeByteArrayToFile(File, byte[], int, int, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes len bytes from the specified byte array starting at offset off to a file, creating the file if it does not exist.
writeLines(File, String, Collection<?>) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, String, Collection<?>, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line, optionally appending.
writeLines(File, String, Collection<?>, String) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, String, Collection<?>, String, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<?>) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<?>, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<?>, String) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeLines(File, Collection<?>, String, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes the toString() value of each item in a collection to the specified File line by line.
writeStringToFile(File, String, String) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a String to a file creating the file if it does not exist.
writeStringToFile(File, String, String, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a String to a file creating the file if it does not exist
writeStringToFile(File, String, Charset) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a String to a file creating the file if it does not exist.
writeStringToFile(File, String, Charset, boolean) - Static method in class io.mosip.kernel.core.util.FileUtils
Writes a String to a file creating the file if it does not exist

X

XMLConfigurationParseException - Exception in io.mosip.kernel.core.logger.exception
Exception to be thrown when XML is not parsed correctly
XMLConfigurationParseException(String, String) - Constructor for exception io.mosip.kernel.core.logger.exception.XMLConfigurationParseException
Constructor with errorCode, errorMessage
XMLConfigurationParseException(String, String, Throwable) - Constructor for exception io.mosip.kernel.core.logger.exception.XMLConfigurationParseException
Constructor with errorCode, errorMessage, and rootCause

Y

YEAR_OVERFLOW_MESSAGE - io.mosip.kernel.core.util.constant.CalendarUtilConstants
 

Z

zipByteArray(byte[]) - Static method in class io.mosip.kernel.core.util.ZipUtils
Method used for zipping a Byte Array
ZipUtilConstants - Enum in io.mosip.kernel.core.util.constant
 
ZipUtils - Class in io.mosip.kernel.core.util
Utilities for Zip and UnZip operations.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages