/external/python/asn1crypto/asn1crypto/ |
D | algos.py | 75 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
|
D | ocsp.py | 75 _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
|
D | pkcs12.py | 151 _oid_pair = ('cert_id', 'cert_value') variable in CertBag 182 _oid_pair = ('bag_id', 'bag_value') variable in SafeBag
|
D | cms.py | 524 _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
|
D | keys.py | 267 _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
|
D | csr.py | 70 _oid_pair = ('type', 'values') variable in CRIAttribute
|
D | crl.py | 81 _oid_pair = ('extn_id', 'extn_value') variable in TBSCertListExtension 151 _oid_pair = ('extn_id', 'extn_value') variable in CRLEntryExtension
|
D | x509.py | 658 _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
|
D | core.py | 3355 _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/ |
D | universal_types.md | 568 *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/ |
D | test_core.py | 45 _oid_pair = ('id', 'value') variable in Seq 65 _oid_pair = ('id', 'value') variable in NestSeqAny 77 _oid_pair = ('id', 'value') variable in NestSeqExplicit
|