Package com.vonage.client.application
Class Application.Keys
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.application.Application.Keys
- All Implemented Interfaces:
Jsonable
- Enclosing class:
Application
Represents the cryptographic keys of an Application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe application's private key.The application's public key.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
Keys
public Keys()
-
-
Method Details
-
getPublicKey
The application's public key.- Returns:
- The public key as a string, or
nullif absent.
-
getPrivateKey
The application's private key.- Returns:
- The private key as a string, or
nullif absent (the default).
-