Class CBORBytes

java.lang.Object
org.webpki.cbor.CBORObject
org.webpki.cbor.CBORBytes
All Implemented Interfaces:
Cloneable

public class CBORBytes extends CBORObject
Class for holding CBOR byte string objects.
  • Constructor Details

    • CBORBytes

      public CBORBytes(byte[] byteString)
      Creates a CBOR byte string.
      Parameters:
      byteString - The bytes constituting the string