Uses of Enum Class
io.mosip.kernel.clientcrypto.constant.ClientType
Packages that use ClientType
-
Uses of ClientType in io.mosip.kernel.clientcrypto.constant
Methods in io.mosip.kernel.clientcrypto.constant that return ClientTypeModifier and TypeMethodDescriptionstatic ClientTypeReturns the enum constant of this class with the specified name.static ClientType[]ClientType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClientType in io.mosip.kernel.clientcrypto.service.impl
Methods in io.mosip.kernel.clientcrypto.service.impl with parameters of type ClientTypeModifier and TypeMethodDescriptionbyte[]ClientCryptoFacade.encrypt(ClientType clientType, byte[] publicKey, byte[] dataToEncrypt) booleanClientCryptoFacade.validateSignature(ClientType clientType, byte[] publicKey, byte[] signature, byte[] actualData)