Searched refs:EC_P256_SIGNER_RESOURCE_NAME (Results 1 – 2 of 2) sorted by relevance
27 import static com.android.apksig.internal.util.Resources.EC_P256_SIGNER_RESOURCE_NAME;1207 getDefaultSignerConfigFromResources(EC_P256_SIGNER_RESOURCE_NAME)); in testEcSignedVerifies()1876 getDefaultSignerConfigFromResources(EC_P256_SIGNER_RESOURCE_NAME)); in testOtherSignersSignaturesPreserved_extraSigBlock_signatureAppended()1889 EC_P256_SIGNER_RESOURCE_NAME); in testOtherSignersSignaturesPreserved_extraSigBlock_signatureAppended()1898 getDefaultSignerConfigFromResources(EC_P256_SIGNER_RESOURCE_NAME)); in testOtherSignersSignaturesPreserved_v1Only_signatureAppended()1911 EC_P256_SIGNER_RESOURCE_NAME); in testOtherSignersSignaturesPreserved_v1Only_signatureAppended()1990 getDefaultSignerConfigFromResources(EC_P256_SIGNER_RESOURCE_NAME)); in testOtherSignersSignaturesPreserved_v1v2IndividuallySign_signaturesAppended()2028 EC_P256_SIGNER_RESOURCE_NAME); in testOtherSignersSignaturesPreserved_v1v2IndividuallySign_signaturesAppended()3154 EC_P256_SIGNER_RESOURCE_NAME); in testV31_twoTargetedSignersSeparateLineages_throwsException()3184 EC_P256_SIGNER_RESOURCE_NAME); in testV31_targetedSignerTAndRotationMinSdkVersionPSeparateLineages_throwsException()[all …]
65 public static final String EC_P256_SIGNER_RESOURCE_NAME = "ec-p256"; field in Resources