Class PrivateKey


  • public class PrivateKey
    extends KeySig
    Holds a Near PrivateKey
    Since:
    0.0.1
    Author:
    Alexandre Carvalho, Andre Bertolace
    • Constructor Detail

      • PrivateKey

        public PrivateKey()
      • PrivateKey

        public PrivateKey​(KeyType keyType,
                          byte[] data)
    • Method Detail

      • getPrivateKey

        public com.syntifi.crypto.key.AbstractPrivateKey getPrivateKey()
      • getPublicKeyFromJson

        public static PrivateKey getPublicKeyFromJson​(java.lang.String base58String)
      • getJsonPublicKey

        public java.lang.String getJsonPublicKey()