Class APKSigSchemeV2Block.Signature

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

@Ser public static class APKSigSchemeV2Block.Signature extends Object
A signature record stored in a signer block.
  • Method Details

    • getSignatureAlgorithmId

      public int getSignatureAlgorithmId()
      Get the signature algorithm identifier.
      Returns:
      the algorithm identifier
    • getSignatureBytes

      public byte[] getSignatureBytes()
      Get the signature bytes.
      Returns:
      the signature bytes
    • toString

      public String toString()
      Overrides:
      toString in class Object