Home
last modified time | relevance | path

Searched refs:pkcs_1 (Results 1 – 5 of 5) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java16 …ASN1ObjectIdentifier pkcs_1 = new ASN1ObjectIdentifier("1.2.840.113549.1.1"); field
18 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1");
28 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4");
30 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5");
32 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6");
34 ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7");
36 ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8");
38 ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9");
40 ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10");
44 ASN1ObjectIdentifier sha256WithRSAEncryption = pkcs_1.branch("11");
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java13 …ASN1ObjectIdentifier pkcs_1 = new ASN1ObjectIdentifier("1.2.840.113549.1.1"); field
15 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1");
25 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4");
27 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5");
29 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6");
31 ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7");
33 ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8");
35 ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9");
37 ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10");
39 ASN1ObjectIdentifier sha256WithRSAEncryption = pkcs_1.branch("11");
[all …]
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3279.py53 pkcs_1 = _OID(1, 2, 840, 113549, 1, 1) variable
54 rsaEncryption = _OID(pkcs_1, 1)
55 md2WithRSAEncryption = _OID(pkcs_1, 2)
56 md5WithRSAEncryption = _OID(pkcs_1, 4)
57 sha1WithRSAEncryption = _OID(pkcs_1, 5)
Drfc2437.py20 pkcs_1 = univ.ObjectIdentifier('1.2.840.113549.1.1') variable
Drfc2459.py296 pkcs_1 = univ.ObjectIdentifier('1.2.840.113549.1.1') variable