Class DisplayPNGCharacteristicsDescriptor

java.lang.Object
com.webauthn4j.metadata.data.statement.DisplayPNGCharacteristicsDescriptor
All Implemented Interfaces:
Serializable

public class DisplayPNGCharacteristicsDescriptor extends Object implements Serializable
The DisplayPNGCharacteristicsDescriptor describes a PNG image characteristics as defined in the PNG spec for IHDR (image header) and PLTE (palette table)
See Also:
  • Constructor Details

  • Method Details

    • getWidth

      public @NonNull BigInteger getWidth()
    • getHeight

      public @NonNull BigInteger getHeight()
    • getBitDepth

      public @NonNull Short getBitDepth()
    • getColorType

      public @NonNull Short getColorType()
    • getCompression

      public @NonNull Short getCompression()
    • getFilter

      public @NonNull Short getFilter()
    • getInterlace

      public @NonNull Short getInterlace()
    • getPlte

      public @Nullable List<RGBPaletteEntry> getPlte()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object