HomeSort by relevance Sort by last modified time
    Searched refs:sha1WithRSA (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/oiw/
OIWObjectIdentifiers.java 24 static final ASN1ObjectIdentifier sha1WithRSA = new ASN1ObjectIdentifier("1.3.14.3.2.29");
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java 250 // put("Alg.Alias.AlgorithmParameters.SHA1withRSA/PSS", "PSS");
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 92 algorithms.put("SHA1WITHRSA", new DERObjectIdentifier("1.2.840.113549.1.1.5"));
146 oids.put(new DERObjectIdentifier("1.2.840.113549.1.1.5"), "SHA1WITHRSA");
171 oids.put(OIWObjectIdentifiers.sha1WithRSA, "SHA1WITHRSA");

Completed in 22 milliseconds