Home
last modified time | relevance | path

Searched refs:oldSigner (Results 1 – 1 of 1) sorted by relevance

/tools/apksig/src/test/java/com/android/apksig/
DSigningCertificateLineageTest.java270 SignerConfig oldSigner = Resources.toLineageSignerConfig(getClass(), in testFirstRotationWitNonDefaultCapabilitiesForSigners() local
276 SigningCertificateLineage lineage = new SigningCertificateLineage.Builder(oldSigner, in testFirstRotationWitNonDefaultCapabilitiesForSigners()
281 SignerCapabilities oldSignerCapabilities = lineage.getSignerCapabilities(oldSigner); in testFirstRotationWitNonDefaultCapabilitiesForSigners()
303 SignerConfig oldSigner = mSigners.get(mSigners.size() - 1); in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_previousSignerAws() local
309 oldSigner, newSigner, buildSignerCapabilities(newSignerCapabilityValues)); in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_previousSignerAws()
331 SignerConfig oldSigner = mSigners.get(mSigners.size() - 1); in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_originalSignerAws() local
337 oldSigner, newSigner, buildSignerCapabilities(newSignerCapabilityValues)); in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_originalSignerAws()
359 SignerConfig oldSigner = mSigners.get(mSigners.size() - 1); in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_previousSignerGcp() local
365 oldSigner, newSigner, buildSignerCapabilities(newSignerCapabilityValues)); in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_previousSignerGcp()
387 SignerConfig oldSigner = mSigners.get(mSigners.size() - 1); in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_originalSignerGcp() local
[all …]