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

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCESecretKeyFactory.java 388 * PBEWithSHAAnd128BitRC4
390 static public class PBEWithSHAAnd128BitRC4
393 public PBEWithSHAAnd128BitRC4()
395 super("PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 128, 0);
407 super("PBEWithSHAAnd128BitRC4", PKCSObjectIdentifiers.pbeWithSHAAnd128BitRC4, true, PKCS12, SHA1, 40, 0);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
PKCSObjectIdentifiers.java 252 static final ASN1ObjectIdentifier pbeWithSHAAnd128BitRC4 = pkcs_12PbeIds.branch("1");

Completed in 14 milliseconds