Class AccountKeyDecoder


  • public class AccountKeyDecoder
    extends java.lang.Object
    Representing an AccountKeyDecoder which can decode RLP-encoded accountKey string.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IAccountKey decode​(java.lang.String rlpEncodedKey)
      Decodes a RLP-encoded AccountKey implements IAccountKey interface
      • 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 IAccountKey decode​(java.lang.String rlpEncodedKey)
        Decodes a RLP-encoded AccountKey implements IAccountKey interface
        Parameters:
        rlpEncodedKey - RLP-encoded AccountKey string.
        Returns:
        AccountKey implements IAccountKey interface