public static class

APKSigSchemeV2Block.Signer

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

Summary

Public Constructors
Signer()
Public Methods
List<APKSigSchemeV2Block.Attribute> getAttributes()
List<APKSigSchemeV2Block.Certificate> getCertificates()
List<APKSigSchemeV2Block.Digest> getDigests()
APKSigSchemeV2Block.PublicKey getPublicKey()
List<APKSigSchemeV2Block.Signature> getSignatures()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Signer ()

Public Methods

public List<APKSigSchemeV2Block.Attribute> getAttributes ()

public List<APKSigSchemeV2Block.Certificate> getCertificates ()

public List<APKSigSchemeV2Block.Digest> getDigests ()

public APKSigSchemeV2Block.PublicKey getPublicKey ()

public List<APKSigSchemeV2Block.Signature> getSignatures ()

public String toString ()