Searched refs:pkcs_1 (Results 1 – 8 of 8) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | PKCSObjectIdentifiers.java | 13 …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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
D | PKCSObjectIdentifiers.java | 15 …ASN1ObjectIdentifier pkcs_1 = new ASN1ObjectIdentifier("1.2.840.113549.1.1"); field 17 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1"); 27 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4"); 29 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5"); 31 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6"); 33 ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7"); 35 ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8"); 37 ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9"); 39 ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10"); 42 ASN1ObjectIdentifier sha256WithRSAEncryption = pkcs_1.branch("11"); [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/ |
D | PKCSObjectIdentifiers.java | 15 …ASN1ObjectIdentifier pkcs_1 = new ASN1ObjectIdentifier("1.2.840.113549.1.1"); field 17 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1"); 27 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4"); 29 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5"); 31 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6"); 33 ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7"); 35 ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8"); 37 ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9"); 39 ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10"); 41 ASN1ObjectIdentifier sha256WithRSAEncryption = pkcs_1.branch("11"); [all …]
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3279.py | 60 pkcs_1 = _OID(1, 2, 840, 113549, 1, 1) variable 61 rsaEncryption = _OID(pkcs_1, 1) 62 md2WithRSAEncryption = _OID(pkcs_1, 2) 63 md5WithRSAEncryption = _OID(pkcs_1, 4) 64 sha1WithRSAEncryption = _OID(pkcs_1, 5)
|
D | rfc8017.py | 58 pkcs_1 = univ.ObjectIdentifier('1.2.840.113549.1.1') variable 70 sha512_224WithRSAEncryption = pkcs_1 + (15, ) 71 sha512_256WithRSAEncryption = pkcs_1 + (16, )
|
D | rfc2437.py | 20 pkcs_1 = univ.ObjectIdentifier('1.2.840.113549.1.1') variable
|
D | rfc5990.py | 50 pkcs_1 = _OID(1, 2, 840, 113549, 1, 1) variable
|
D | rfc2459.py | 299 pkcs_1 = univ.ObjectIdentifier('1.2.840.113549.1.1') variable
|