Class Application.Keys

java.lang.Object
com.vonage.client.application.Application.Keys
Enclosing class:
Application

public static class Application.Keys extends Object
Represents the cryptographic keys of an Application.
  • Constructor Details

    • Keys

      public Keys()
  • Method Details

    • getPublicKey

      public String 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).