Class SodiumLib.crypto_box_keypair

java.lang.Object
io.aether.nativeLib.SodiumLib.crypto_box_keypair
Enclosing class:
SodiumLib

public static class SodiumLib.crypto_box_keypair extends Object
  • Field Details

    • pk

      public byte[] pk
    • sk

      public byte[] sk
  • Constructor Details

    • crypto_box_keypair

      public crypto_box_keypair()
    • crypto_box_keypair

      public crypto_box_keypair(byte[] pk, byte[] sk)
  • Method Details

    • getPk

      public byte[] getPk()
    • getSk

      public byte[] getSk()
    • serialize

      public long serialize(MemorySegment segment, long offset, Arena arena)
    • deserialize

      public void deserialize(MemorySegment segment, long offset)
    • getSerializedSize

      public int getSerializedSize()
    • getStaticSize

      public static int getStaticSize()