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 Summary
int
Get the attribute identifier.
byte[]
Get the attribute value bytes.
-
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
-