Home
last modified time | relevance | path

Searched refs:_child_spec (Results 1 – 13 of 13) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dcms.py150 _child_spec = ContentType variable in SetOfContentType
154 _child_spec = OctetString variable in SetOfOctetString
158 _child_spec = Time variable in SetOfTime
162 _child_spec = Any variable in SetOfAny
166 _child_spec = CMSAlgorithmProtection variable in SetOfCMSAlgorithmProtection
186 _child_spec = CMSAttribute variable in CMSAttributes
289 _child_spec = IetfAttrValue variable in IetfAttrValues
300 _child_spec = IetfAttrSyntax variable in SetOfIetfAttrSyntax
312 _child_spec = SvceAuthInfo variable in SetOfSvceAuthInfo
323 _child_spec = RoleSyntax variable in SetOfRoleSyntax
[all …]
Dtsp.py91 _child_spec = Extension variable in Extensions
132 _child_spec = UTF8String variable in PKIFreeText
180 _child_spec = TimeStampAndCRL variable in TimeStampTokenEvidence
184 _child_spec = DigestAlgorithm variable in DigestAlgorithms
195 _child_spec = OctetString variable in PartialHashtree
199 _child_spec = PartialHashtree variable in PartialHashtrees
212 _child_spec = ArchiveTimeStamp variable in ArchiveTimeStampSequence
265 _child_spec = ESSCertID variable in ESSCertIDs
276 _child_spec = SigningCertificate variable in SetOfSigningCertificates
288 _child_spec = ESSCertIDv2 variable in ESSCertIDv2s
[all …]
Dpkcs12.py64 _child_spec = Any variable in SetOfAny
68 _child_spec = BMPString variable in SetOfBMPString
72 _child_spec = OctetString variable in SetOfOctetString
76 _child_spec = KeyPurposeId variable in SetOfKeyPurposeId
101 _child_spec = Attribute variable in Attributes
124 _child_spec = ContentInfo variable in AuthenticatedSafe
193 SafeContents._child_spec = SafeBag
Dcsr.py46 _child_spec = DirectoryString variable in SetOfDirectoryString
57 _child_spec = Attribute variable in SetOfAttributes
61 _child_spec = Extensions variable in SetOfExtensions
79 _child_spec = CRIAttribute variable in CRIAttributes
Dpdf.py53 _child_spec = CertificateList variable in SequenceOfCertificateList
57 _child_spec = OCSPResponse variable in SequenceOfOCSPResponse
61 _child_spec = OtherRevInfo variable in SequenceOfOtherRevInfo
73 _child_spec = RevocationInfoArchival variable in SetOfRevocationInfoArchival
Docsp.py82 _child_spec = RequestExtension variable in RequestExtensions
143 _child_spec = Request variable in Requests
153 _child_spec = ResponseType variable in AcceptableResponses
164 _child_spec = PreferredSignatureAlgorithm variable in PreferredSignatureAlgorithms
191 _child_spec = TBSRequestExtension variable in TBSRequestExtensions
204 _child_spec = Certificate variable in Certificates
429 _child_spec = SingleResponseExtension variable in SingleResponseExtensions
553 _child_spec = SingleResponse variable in Responses
578 _child_spec = ResponseDataExtension variable in ResponseDataExtensions
Dx509.py435 _child_spec = Attribute variable in Attributes
846 _child_spec = NameTypeAndValue variable in RelativeDistinguishedName
931 _child_spec = RelativeDistinguishedName variable in RDNSequence
1220 _child_spec = PrintableString variable in OrganizationalUnitNames
1224 _child_spec = TeletexString variable in TeletexOrganizationalUnitNames
1249 _child_spec = BuiltInDomainDefinedAttribute variable in BuiltInDomainDefinedAttributes
1260 _child_spec = TeletexDomainDefinedAttribute variable in TeletexDomainDefinedAttributes
1285 _child_spec = PrintableString variable in PrintableAddress
1303 _child_spec = OctetString variable in NAddresses
1396 _child_spec = ExtensionAttribute variable in ExtensionAttributes
[all …]
Dcrl.py94 _child_spec = TBSCertListExtension variable in TBSCertListExtensions
161 _child_spec = CRLEntryExtension variable in CRLEntryExtensions
272 _child_spec = RevokedCertificate variable in RevokedCertificates
Dcore.py4157 _child_spec = None variable in SequenceOf
4178 self._child_spec = spec
4264 if isinstance(value, self._child_spec):
4267 elif issubclass(self._child_spec, Any):
4279 elif issubclass(self._child_spec, Choice):
4288 self._child_spec.__name__
4290 if not isinstance(value, self._child_spec):
4291 wrapper = self._child_spec()
4298 return self._child_spec(value=value)
4301 if self._child_spec.explicit:
[all …]
Dkeys.py62 _child_spec = OtherPrimeInfo variable in OtherPrimeInfos
648 _child_spec = Attribute variable in Attributes
/external/python/asn1crypto/tests/
Dtest_core.py32 _child_spec = core.Integer variable in SequenceOfInts
36 _child_spec = core.Any variable in SequenceAny
167 _child_spec = core.Integer variable in SetOfTest
/external/python/asn1crypto/docs/
Duniversal_types.md272 The class uses the `_child_spec` property to define the instance class type.
278 _child_spec = Integer
301 _child_spec = Integer
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddecode_asn1.py24 _child_spec = asn1crypto.core.Integer variable in _Integers