Interface PublicKeyCose

All Known Implementing Classes:
ImmutablePublicKeyCose

public interface PublicKeyCose
Since:
6.4
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    The byes of a COSE encoded public key.
  • Method Details

    • getBytes

      byte[] getBytes()
      The byes of a COSE encoded public key.
      Returns:
      the bytes of a COSE encoded public key.