Package libsodiumjni

Class KeyPair

java.lang.Object
libsodiumjni.KeyPair

public final class KeyPair extends Object
  • Constructor Details

    • KeyPair

      public KeyPair(byte[] pubKey, byte[] secKey)
  • Method Details

    • getPubKey

      public byte[] getPubKey()
    • getSecKey

      public byte[] getSecKey()