Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/asn1crypto/asn1crypto/
Dalgos.py594 class EncryptionAlgorithmId(ObjectIdentifier): class
649 ('algorithm', EncryptionAlgorithmId),
1162 for other_cls in (EncryptionAlgorithmId, SignedDigestAlgorithmId, DigestAlgorithmId):
/aosp_15_r20/external/python/asn1crypto/
Dchangelog.md81 - Added RC4 (`1.2.840.113549.3.4`) to `algos.EncryptionAlgorithmId()`
355 `algos.EncryptionAlgorithmId` values changed. `aes128` became `aes128_cbc`,
357 - Added more OIDs to `algos.EncryptionAlgorithmId`