public class

APKSigSchemeV3Block

extends APKSigSchemeV2Block
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block
     ↳ com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV3Block

Class Overview

The APK signature scheme version 3 is an extension of version 2. Note that this parser should also be able to parse versions 3.1 and version 4 of the signature scheme.

Reference: https://source.android.com/docs/security/features/apksigning/v3

Summary

Constants
int PROOF_OF_ROTATION_ATTR_ID
[Expand]
Inherited Constants
From class com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block
Public Constructors
APKSigSchemeV3Block(ByteBuffer b)
Protected Methods
void parse(int available)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block
From class java.lang.Object

Constants

public static final int PROOF_OF_ROTATION_ATTR_ID

Constant Value: 1000370060 (0x3ba06f8c)

Public Constructors

public APKSigSchemeV3Block (ByteBuffer b)

Protected Methods

protected void parse (int available)