Home
last modified time | relevance | path

Searched refs:EncryptionAlgorithmId (Results 1 – 3 of 3) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dalgos.py603 class EncryptionAlgorithmId(ObjectIdentifier): class
658 ('algorithm', EncryptionAlgorithmId),
1170 for other_cls in (EncryptionAlgorithmId, SignedDigestAlgorithmId, DigestAlgorithmId):
Dcms.py33 EncryptionAlgorithmId,
954 ('capability_id', EncryptionAlgorithmId),
/external/python/asn1crypto/
Dchangelog.md119 - Added RC4 (`1.2.840.113549.3.4`) to `algos.EncryptionAlgorithmId()`
393 `algos.EncryptionAlgorithmId` values changed. `aes128` became `aes128_cbc`,
395 - Added more OIDs to `algos.EncryptionAlgorithmId`