Class KeyFile


  • public class KeyFile
    extends java.lang.Object
    A JSON object representing a credentials file.
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyFile()  
    • Constructor Detail

      • KeyFile

        public KeyFile()
    • Method Detail

      • toJson

        public java.lang.String toJson()
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • fromJson

        public static KeyFile fromJson​(java.lang.String value)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • fromJson

        public static KeyFile fromJson​(java.io.Reader value)
                                throws java.io.IOException
        Throws:
        java.io.IOException