Searched refs:getComponentByName (Results 1 – 8 of 8) sorted by relevance
30 issuerTbsCertificate = issuerCert.getComponentByName('tbsCertificate')31 issuerSubject = issuerTbsCertificate.getComponentByName('subject')33 userTbsCertificate = userCert.getComponentByName('tbsCertificate')34 userIssuer = userTbsCertificate.getComponentByName('issuer')44 …issuerSubjectPublicKey = issuerTbsCertificate.getComponentByName('subjectPublicKeyInfo').getCompon…50 userSerialNumber = userTbsCertificate.getComponentByName('serialNumber')56 reqCert = request.setComponentByName('reqCert').getComponentByName('reqCert')58 hashAlgorithm = reqCert.setComponentByName('hashAlgorithm').getComponentByName('hashAlgorithm')67 tbsRequest = ocspRequest.setComponentByName('tbsRequest').getComponentByName('tbsRequest')70 requestList = tbsRequest.setComponentByName('requestList').getComponentByName('requestList')[all …]
31 contentType = contentInfo.getComponentByName('contentType')43 contentInfo.getComponentByName('content'),
41 self.s.getComponentByName('status').setComponentByPosition(0, 'ann')
138 asn1_private_key.getComponentByName('privateKey').asOctets(),
104 self.s.getComponentByName('status').setComponentByPosition(0, 1)
721 return self.getComponentByName(idx)753 def getComponentByName(self, name): member in SequenceAndSetBase
335 assert self.s1.getComponentByName('name') == str2octs('abc'), 'set by name fails'