Class PairCodec


  • public class PairCodec
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SEED_OFFSET  
    • Constructor Summary

      Constructors 
      Constructor Description
      PairCodec()  
    • Method Summary

      Modifier and Type Method Description
      static PairCodec.DecodeResult decode​(java.lang.String passphrase, byte[] encrypted)  
      static byte[] encode​(Types.PairInfo pairInfo, java.lang.String passphrase)  
      static Types.KeyringPairJson toJson​(java.lang.String type, PairCodec.PairStateJson pairStateJson, byte[] encoded, boolean isEncryptede)  
      • Methods inherited from class java.lang.Object

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

      • SEED_OFFSET

        public static final int SEED_OFFSET
    • Constructor Detail

      • PairCodec

        public PairCodec()