Searched refs:getComponentByName (Results 1 – 11 of 11) sorted by relevance
52 issuerTbsCertificate = issuerCert.getComponentByName('tbsCertificate')53 issuerSubject = issuerTbsCertificate.getComponentByName('subject')55 userTbsCertificate = userCert.getComponentByName('tbsCertificate')56 userIssuer = userTbsCertificate.getComponentByName('issuer')66 …issuerSubjectPublicKey = issuerTbsCertificate.getComponentByName('subjectPublicKeyInfo').getCompon…73 userSerialNumber = userTbsCertificate.getComponentByName('serialNumber')79 reqCert = request.setComponentByName('reqCert').getComponentByName('reqCert')81 hashAlgorithm = reqCert.setComponentByName('hashAlgorithm').getComponentByName('hashAlgorithm')90 tbsRequest = ocspRequest.setComponentByName('tbsRequest').getComponentByName('tbsRequest')93 requestList = tbsRequest.setComponentByName('requestList').getComponentByName('requestList')[all …]
39 contentType = contentInfo.getComponentByName('contentType')51 contentInfo.getComponentByName('content'),
11 …getComponentByPosition, setComponentByPosition, getComponentByName, setComponentByName, setDefault…
11 setComponentByPosition, getComponentByName, setComponentByName, setDefaultComponents,
100 self.s.getComponentByName('status').setComponentByPosition(0, 'A')105 self.s.getComponentByName('status').setComponentByPosition(1, True)127 s.getComponentByName('customer').setComponentByName('premium', True)147 s.getComponentByName('customer').setComponentByName('premium', True)
178 pkey_info = key_info.getComponentByName('privateKey')
1326 assert self.s1.getComponentByName('name') == str2octs('abc'), 'set by name fails'1509 assert s.getComponentByName('nick', default=None) is None1543 assert s.getComponentByName('nick', instantiate=False) is univ.noValue1947 assert s.getComponentByName('nick', default=None) is None1965 assert s.getComponentByName('nick', instantiate=False) is univ.noValue2131 assert s.getComponentByName('name', default=None, instantiate=False) is None2132 assert s.getComponentByName('id', default=None, instantiate=False) is None2152 assert s.getComponentByName('name', instantiate=False) is univ.noValue2153 assert s.getComponentByName('id', instantiate=False) is univ.noValue
403 self.s.getComponentByName('status').setComponentByPosition(0, 1)425 s.getComponentByName('customer').setComponentByName('premium', True)445 s.getComponentByName('customer').setComponentByName('premium', True)
652 governingValue = asn1Object.getComponentByName(837 governingValue = asn1Object.getComponentByName(
2229 return self.getComponentByName(idx)2331 def getComponentByName(self, name, default=noValue, instantiate=True): member in SequenceAndSetBase