Class APKSigSchemeV2Block.Signer
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block.Signer
- Enclosing class:
APKSigSchemeV2Block
A signer entry of an APK Signature Scheme v2 block.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additional attribute records.Get the certificate records.Get the digest records.Get the signer public key.Get the signature records.toString()
-
Constructor Details
-
Signer
public Signer()Create an empty signer entry.
-
-
Method Details
-
getDigests
Get the digest records.- Returns:
- the digest records
-
getCertificates
Get the certificate records.- Returns:
- the certificate records
-
getAttributes
Get the additional attribute records.- Returns:
- the attributes
-
getSignatures
Get the signature records.- Returns:
- the signature records
-
getPublicKey
Get the signer public key.- Returns:
- the public key
-
toString
-