Home
last modified time | relevance | path

Searched defs:sAlgo_RSA (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
DOidMappings.java40 public static final Asn1Oid sAlgo_RSA = new Asn1Oid(1L, 2L, 840L, 113549L, 1L, 1L, 1L); field in OidMappings
90 sCryptoMapping.put(sAlgo_RSA, "RSA"); in sCryptoMapping.put() argument
95 sSigAlgos.put(sAlgo_MD2withRSA, new SigEntry("MD2withRSA", sAlgo_RSA)); in sSigAlgos.put() argument
96 sSigAlgos.put(sAlgo_MD5withRSA, new SigEntry("MD5withRSA", sAlgo_RSA)); in sSigAlgos.put() argument
97 sSigAlgos.put(sAlgo_SHA1withRSA, new SigEntry("SHA1withRSA", sAlgo_RSA)); in sSigAlgos.put() argument
98 sSigAlgos.put(sAlgo_SHA224withRSA, new SigEntry(null, sAlgo_RSA)); in sSigAlgos.put() argument
99 sSigAlgos.put(sAlgo_SHA256withRSA, new SigEntry("SHA256withRSA", sAlgo_RSA)); in sSigAlgos.put() argument
100 sSigAlgos.put(sAlgo_SHA384withRSA, new SigEntry("SHA384withRSA", sAlgo_RSA)); in sSigAlgos.put() argument
101 sSigAlgos.put(sAlgo_SHA512withRSA, new SigEntry("SHA512withRSA", sAlgo_RSA)); in sSigAlgos.put() argument