Home
last modified time | relevance | path

Searched defs:newSigner (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/tools/apksig/src/test/java/com/android/apksig/
H A DSigningCertificateLineageTest.java272 SignerConfig newSigner = Resources.toLineageSignerConfig(getClass(), in testFirstRotationWitNonDefaultCapabilitiesForSigners() local
304 SignerConfig newSigner = in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_previousSignerAws() local
332 SignerConfig newSigner = in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_originalSignerAws() local
360 SignerConfig newSigner = in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_previousSignerGcp() local
388 SignerConfig newSigner = in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner_originalSignerGcp() local
405 SignerConfig newSigner = Resources.toLineageSignerConfig(getClass(), in testRotationWithExitingLineageAndNonDefaultCapabilitiesForNewSigner() local
422 SignerConfig newSigner = Resources.toLineageSignerConfig(getClass(), in testRotationWithExistingLineageUsingNonParentSignerFails() local
457 DefaultApkSignerEngine.SignerConfig newSigner = getApkSignerEngineSignerConfigFromResources( in testSortedSignerConfigsAreInSortedOrder() local
478 DefaultApkSignerEngine.SignerConfig newSigner = getApkSignerEngineSignerConfigFromResources( in testSortedSignerConfigsWithUnknownSignerFails() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
H A DJwtPublicKeySignVerifyWrappersTest.java167 JwtPublicKeySign newSigner = newHandle.getPrimitive(JwtPublicKeySign.class); in test_wrapMultipleRawKeys() local
208 JwtPublicKeySign newSigner = newHandle.getPrimitive(JwtPublicKeySign.class); in test_wrapMultipleTinkKeys() local
/aosp_15_r20/external/oauth/core/src/main/java/net/oauth/signature/
H A DOAuthSignatureMethod.java206 public static OAuthSignatureMethod newSigner(OAuthMessage message, in newSigner() method in OAuthSignatureMethod