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
Protected Methods |
void
|
parse(int available)
|
[Expand]
Inherited Methods |
From class
com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
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)