Class APKSigSchemeV2Block.Attribute

java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block.Attribute
Enclosing class:
APKSigSchemeV2Block

@Ser public static class APKSigSchemeV2Block.Attribute extends Object
An additional attribute stored in signed data.
  • Method Details

    • getId

      public int getId()
      Get the attribute identifier.
      Returns:
      the attribute identifier
    • getValue

      public byte[] getValue()
      Get the attribute value bytes.
      Returns:
      the attribute value
    • toString

      public String toString()
      Overrides:
      toString in class Object