Searched refs:getSecond (Results 1 – 10 of 10) sorted by relevance
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/ |
| D | BcSignedDataGenerator.java | 100 createBerSetFromLst(null), pairDigestAndSignInfo.getSecond()); in generateSignedData() 123 …Bytes = signConfig.getSigner().getSignature(codeAuthed, signPair.getFirst(), signPair.getSecond()); in createSignInfo() 205 if (signPair.getSecond() != null) { in verifySignFromServer() 206 signature.setParameter(signPair.getSecond()); in verifySignFromServer() 220 LOGGER.error("The generated signature " + signPair.getSecond() in verifySignFromServer()
|
| D | VerifyCodeSignature.java | 138 … checkOwnerID(elfSignBlock.getSignature(), pairResult.getFirst(), pairResult.getSecond()); in verifyElf() 181 checkOwnerID(signature, pairResult.getFirst(), pairResult.getSecond()); in verifyHap() 196 checkOwnerID(entrySig, pairResult.getFirst(), pairResult.getSecond()); in verifyHap() 305 byte[] generatedMerkleTreeBytes = pairResult.getSecond(); in verifySingleFile()
|
| D | CodeSigning.java | 195 hapSignInfoAndMerkleTreeBytesPair.getSecond()); in getCodeSignBlock()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
| D | BcPkcs7Generator.java | 154 authed.getEncoded(), jcaSignatureAlg, signatureParams.getSecond()); in getSignerInfo() 163 … Pair<String, AlgorithmParameterSpec> signAlgPair = Pair.create(obj.getFirst(), obj.getSecond()); in getSignerInfo() 243 if (signAlgPair.getSecond() != null) { in verifySignatureFromServer() 244 signature.setParameter(signAlgPair.getSecond()); in verifySignatureFromServer() 261 LOGGER.error("Failed to verify generated " + signAlgPair.getSecond() in verifySignatureFromServer()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| D | Pair.java | 60 public B getSecond() { in getSecond() method in Pair
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/ |
| D | HapUtils.java | 127 String profileType = resultPair.getSecond(); in getAppIdentifier()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| D | ZipUtils.java | 198 ByteBuffer eocdBuffer = eocdOffsetAndBuffer.getSecond().order(ByteOrder.LITTLE_ENDIAN); in findZipInfo()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | HapUtils.java | 445 encodeSize += INT_SIZE + INT_SIZE + INT_SIZE + pair.getSecond().length; in encodeListOfPairsToByteArray() 452 byte[] second = pair.getSecond(); in encodeListOfPairsToByteArray()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/ |
| D | NativeLibInfoSegment.java | 137 SignInfo signInfo = soInfo.getSecond(); in generateList()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | VerifyHap.java | 257 List<SigningBlock> optionalBlocks = blockPair.getSecond(); in verifyHap()
|