Home
last modified time | relevance | path

Searched refs:_oid_pair (Results 1 – 11 of 11) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dalgos.py75 if self._oid_pair == ('algorithm', 'parameters'):
180 _oid_pair = ('algorithm', 'parameters') variable in MaskGenAlgorithm
298 _oid_pair = ('algorithm', 'parameters') variable in SignedDigestAlgorithm
416 _oid_pair = ('algorithm', 'parameters') variable in KdfAlgorithm
446 _oid_pair = ('algorithm', 'parameters') variable in KeyExchangeAlgorithm
502 _oid_pair = ('algorithm', 'parameters') variable in PSourceAlgorithm
653 _oid_pair = ('algorithm', 'parameters') variable in EncryptionAlgorithm
1148 _oid_pair = ('algorithm', 'parameters') variable in Pkcs5MacAlgorithm
1173 _oid_pair = ('algorithm', 'parameters') variable in AnyAlgorithmIdentifier
Docsp.py75 _oid_pair = ('extn_id', 'extn_value') variable in RequestExtension
182 _oid_pair = ('extn_id', 'extn_value') variable in TBSRequestExtension
417 _oid_pair = ('extn_id', 'extn_value') variable in SingleResponseExtension
570 _oid_pair = ('extn_id', 'extn_value') variable in ResponseDataExtension
606 _oid_pair = ('response_type', 'response') variable in ResponseBytes
Dpkcs12.py151 _oid_pair = ('cert_id', 'cert_value') variable in CertBag
182 _oid_pair = ('bag_id', 'bag_value') variable in SafeBag
Dcms.py524 _oid_pair = ('content_type', 'content') variable in ContentInfo
538 _oid_pair = ('content_type', 'content') variable in EncapsulatedContentInfo
584 _oid_pair = ('other_rev_info_format', 'other_rev_info') variable in OtherRevocationInfoFormat
692 _oid_pair = ('algorithm', 'parameters') variable in KeyEncryptionAlgorithm
Dkeys.py267 _oid_pair = ('basis', 'parameters') variable in CharacteristicTwo
285 _oid_pair = ('field_type', 'parameters') variable in FieldID
683 _oid_pair = ('algorithm', 'parameters') variable in PrivateKeyAlgorithm
1034 _oid_pair = ('algorithm', 'parameters') variable in PublicKeyAlgorithm
Dcsr.py70 _oid_pair = ('type', 'values') variable in CRIAttribute
Dcrl.py81 _oid_pair = ('extn_id', 'extn_value') variable in TBSCertListExtension
151 _oid_pair = ('extn_id', 'extn_value') variable in CRLEntryExtension
Dx509.py658 _oid_pair = ('type', 'value') variable in NameTypeAndValue
1367 _oid_pair = ('extension_attribute_type', 'extension_attribute_value') variable in ExtensionAttribute
1618 _oid_pair = ('policy_qualifier_id', 'qualifier') variable in PolicyQualifierInfo
2027 _oid_pair = ('type', 'values') variable in SubjectDirectoryAttribute
2092 _oid_pair = ('extn_id', 'extn_value') variable in Extension
Dcore.py3355 _oid_pair = None variable in Sequence
3700 if cls._oid_pair is not None:
3701 cls._oid_nums = (cls._field_map[cls._oid_pair[0]], cls._field_map[cls._oid_pair[1]])
4620 if cls._oid_pair is not None:
4621 cls._oid_nums = (cls._field_map[cls._oid_pair[0]], cls._field_map[cls._oid_pair[1]])
/external/python/asn1crypto/docs/
Duniversal_types.md568 *asn1crypto* provides the `_oid_pair` and `_oid_specs` properties of the
571 The `_oid_pair` is a tuple with two unicode string elements. The first is the
580 the first field in `_oid_pair` has a value equal to one of the keys in
582 specification for the second field of `_oid_pair`.
599 _oid_pair = ('type', 'value')
/external/python/asn1crypto/tests/
Dtest_core.py45 _oid_pair = ('id', 'value') variable in Seq
65 _oid_pair = ('id', 'value') variable in NestSeqAny
77 _oid_pair = ('id', 'value') variable in NestSeqExplicit