Searched refs:FIRST_RSA_1024_SIGNER_RESOURCE_NAME (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.apksig.internal.util.Resources.FIRST_RSA_1024_SIGNER_RESOURCE_NAME;260 FIRST_RSA_1024_SIGNER_RESOURCE_NAME).getCertificate(); in testUpdateSignerCapabilitiesCertificateNotInLineageThrowsException()568 lineages.add(createLineageWithSignersFromResources(FIRST_RSA_1024_SIGNER_RESOURCE_NAME, in testConsolidatedLineageWithDisjointLineagesFail()869 Arrays.asList(FIRST_RSA_1024_SIGNER_RESOURCE_NAME, in testCheckLineagesCompatibilityOldNotV31Signed()883 Arrays.asList(FIRST_RSA_1024_SIGNER_RESOURCE_NAME, in testCheckLineagesCompatibilityNewNotV31Signed()
60 public static final String FIRST_RSA_1024_SIGNER_RESOURCE_NAME = "rsa-1024"; field in Resources