Uses of Class
com.vonage.client.VonageUnableToReadPrivateKeyException
Packages that use VonageUnableToReadPrivateKeyException
Package
Description
The root of the Vonage client library, containing
VonageClient class, which is probably what
you want.-
Uses of VonageUnableToReadPrivateKeyException in com.vonage.client
Methods in com.vonage.client that throw VonageUnableToReadPrivateKeyExceptionModifier and TypeMethodDescriptionVonageClient.Builder.privateKeyPath(String privateKeyPath) When setting the path of your private key, it is also expected thatVonageClient.Builder.applicationId(String)will also be set.VonageClient.Builder.privateKeyPath(Path privateKeyPath) When setting the path of your private key, it is also expected thatVonageClient.Builder.applicationId(String)will also be set.