Searched refs:KeyDerivationFunc (Results 1 - 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DKeyDerivationFunc.java10 public class KeyDerivationFunc class in inherits:ASN1Object
15 public KeyDerivationFunc( method in class:KeyDerivationFunc
22 private KeyDerivationFunc( method in class:KeyDerivationFunc
28 public static KeyDerivationFunc getInstance(Object obj)
30 if (obj instanceof KeyDerivationFunc)
32 return (KeyDerivationFunc)obj;
36 return new KeyDerivationFunc(ASN1Sequence.getInstance(obj));
H A DPBES2Parameters.java16 private KeyDerivationFunc func;
34 public PBES2Parameters(KeyDerivationFunc keyDevFunc, EncryptionScheme encScheme)
48 func = new KeyDerivationFunc(id_PBKDF2, PBKDF2Params.getInstance(funcSeq.getObjectAt(1)));
52 func = KeyDerivationFunc.getInstance(funcSeq);
58 public KeyDerivationFunc getKeyDerivationFunc()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DPBES2AlgorithmParameters.java16 import org.bouncycastle.asn1.pkcs.KeyDerivationFunc;
134 new KeyDerivationFunc(
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 1577 milliseconds