Uses of Class
com.yoti.api.client.ProfileException
Packages that use ProfileException
Package
Description
-
Uses of ProfileException in com.yoti.api.client
Subclasses of ProfileException in com.yoti.api.clientMethods in com.yoti.api.client that throw ProfileExceptionModifier and TypeMethodDescriptionYotiClient.getActivityDetails(String encryptedYotiToken) Get the activity details for a token. -
Uses of ProfileException in com.yoti.api.client.spi.remote
Methods in com.yoti.api.client.spi.remote that throw ProfileExceptionModifier and TypeMethodDescriptionActivityDetailsFactory.create(Receipt receipt, PrivateKey privateKey) byte[]EncryptedDataReader.decryptBytes(byte[] encryptedBytes, Key secretKey) -
Uses of ProfileException in com.yoti.api.client.spi.remote.call
Methods in com.yoti.api.client.spi.remote.call that throw ProfileExceptionModifier and TypeMethodDescriptionProfileService.getProfile(KeyPair keyPair, String appId, String connectToken) ProfileService.getReceipt(KeyPair keyPair, String appId, String connectToken) -
Uses of ProfileException in com.yoti.api.client.spi.remote.util
Methods in com.yoti.api.client.spi.remote.util that throw ProfileExceptionModifier and TypeMethodDescriptionstatic byte[]DecryptionHelper.decryptAsymmetric(byte[] source, PrivateKey key)