Class KlayAccountKey.AccountKeyDecoder

  • Enclosing class:
    KlayAccountKey

    public static class KlayAccountKey.AccountKeyDecoder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AccountKey decode​(AccountKey.Type keyType, com.fasterxml.jackson.databind.JsonNode key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccountKeyDecoder

        public AccountKeyDecoder()
    • Method Detail

      • decode

        public static AccountKey decode​(AccountKey.Type keyType,
                                        com.fasterxml.jackson.databind.JsonNode key)
                                 throws java.io.IOException
        Throws:
        java.io.IOException