Uses of Class
io.mosip.kernel.clientcrypto.constant.ClientType
-
Packages that use ClientType Package Description io.mosip.kernel.clientcrypto.constant io.mosip.kernel.clientcrypto.service.impl -
-
Uses of ClientType in io.mosip.kernel.clientcrypto.constant
Methods in io.mosip.kernel.clientcrypto.constant that return ClientType Modifier and Type Method Description static ClientTypeClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientType[]ClientType. values()Returns an array containing the constants of this enum type, 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 ClientType Modifier and Type Method Description byte[]ClientCryptoFacade. encrypt(ClientType clientType, byte[] publicKey, byte[] dataToEncrypt)booleanClientCryptoFacade. validateSignature(ClientType clientType, byte[] publicKey, byte[] signature, byte[] actualData)
-