Searched refs:certReq (Results 1 – 3 of 3) sorted by relevance
61 CertificationRequest certReq = new CertificationRequest(certReqInfo, in testCertificationRequest() local65 assertEquals(certReqInfo, certReq.getInfo()); in testCertificationRequest()66 assertEquals(signatureAlgId, certReq.getAlgId()); in testCertificationRequest()67 assertTrue(Arrays.equals(signature, certReq.getSignature())); in testCertificationRequest()70 byte[] encoding = certReq.getEncoded(); in testCertificationRequest()75 CertificationRequestInfo decodedCRinfo = certReq.getInfo(); in testCertificationRequest()83 assertEquals(certReq.getAlgId(), decoded.getAlgId()); in testCertificationRequest()84 assertTrue(Arrays.equals(certReq.getSignature(), decoded.getSignature())); in testCertificationRequest()
687 CSSM_APPLE_TP_CERT_REQUEST certReq; in CreateSelfSigned() local688 memset(&certReq, 0, sizeof(certReq)); in CreateSelfSigned()689 certReq.cspHand = crypto::GetSharedCSPHandle(); in CreateSelfSigned()690 certReq.clHand = crypto::GetSharedCLHandle(); in CreateSelfSigned()692 certReq.serialNumber = serial_number & 0x7fffffff; in CreateSelfSigned()693 certReq.numSubjectNames = cssm_subject_names.size(); in CreateSelfSigned()694 certReq.subjectNames = &cssm_subject_names[0]; in CreateSelfSigned()695 certReq.numIssuerNames = 0; // Root. in CreateSelfSigned()696 certReq.issuerNames = NULL; in CreateSelfSigned()697 certReq.issuerNameX509 = NULL; in CreateSelfSigned()[all …]
528 id-regInfo 2 : id-regInfo-certReq