Package com.vonage.client.application
Class Application.Keys
java.lang.Object
com.vonage.client.application.Application.Keys
- 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.
-
Constructor Details
-
Keys
public Keys()
-
-
Method Details
-
getPublicKey
The application's public key.- Returns:
- The public key as a string, or
null
if absent.
-
getPrivateKey
The application's private key.- Returns:
- The private key as a string, or
null
if absent (the default).
-