Class UISCoinKeypair

java.lang.Object
com.bradyrussell.uiscoin.address.UISCoinKeypair
All Implemented Interfaces:
SerializableAsBinaryData

public class UISCoinKeypair
extends java.lang.Object
implements SerializableAsBinaryData
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.security.KeyPair Keys  
    byte[] Seed  
  • Constructor Summary

    Constructors 
    Constructor Description
    UISCoinKeypair()  
  • Method Summary

    Modifier and Type Method Description
    static UISCoinKeypair create()  
    byte[] getBinaryData()  
    byte[] getHash()  
    int getSize()  
    int setBinaryData​(byte[] Data)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait