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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
PBES2AlgorithmParameters.java 48 private final ASN1ObjectIdentifier cipherAlgorithm;
57 ASN1ObjectIdentifier cipherAlgorithm,
62 this.cipherAlgorithm = cipherAlgorithm;
138 new EncryptionScheme(cipherAlgorithm, new DEROctetString(iv)));
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
PBES2AlgorithmParameters.java 52 private final ASN1ObjectIdentifier cipherAlgorithm;
61 ASN1ObjectIdentifier cipherAlgorithm,
66 this.cipherAlgorithm = cipherAlgorithm;
142 new EncryptionScheme(cipherAlgorithm, new DEROctetString(iv)));

Completed in 247 milliseconds