# Class: com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block.Signer

A signer entry of an APK Signature Scheme v2 block.

## Constructor: Signer

Description: Create an empty signer entry.

## Method: getAttributes
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block.Attribute>`

Description: Get the additional attribute records.
return: the attributes

## Method: getCertificates
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block.Certificate>`

Description: Get the certificate records.
return: the certificate records

## Method: getDigests
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block.Digest>`

Description: Get the digest records.
return: the digest records

## Method: getPublicKey
- return type: `com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block.PublicKey`

Description: Get the signer public key.
return: the public key

## Method: getSignatures
- return type: `java.util.List<com.pnfsoftware.jeb.core.units.code.android.APKSigSchemeV2Block.Signature>`

Description: Get the signature records.
return: the signature records

## Method: toString
- return type: `java.lang.String`


