public interface CardPublicKeySpi
SPI providing the card's public key.
Since:
0.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Get the raw value of the card's public key as a byte array.
  • Method Details

    • getRawValue

      byte[] getRawValue()
      Get the raw value of the card's public key as a byte array.
      Returns:
      A 64-byte byte array.
      Since:
      0.2.0