Home
last modified time | relevance | path

Searched refs:PKCS12Key (Results 1 – 18 of 18) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKCS12Key.java8 public class PKCS12Key class
18 public PKCS12Key(char[] password) in PKCS12Key() method in PKCS12Key
30 public PKCS12Key(char[] password, boolean useWrongZeroLengthConversion) in PKCS12Key() method in PKCS12Key
DPKCS12KeyWithParameters.java11 extends PKCS12Key
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/
DPKCS12Key.java10 public class PKCS12Key class
20 public PKCS12Key(char[] password) in PKCS12Key() method in PKCS12Key
32 public PKCS12Key(char[] password, boolean useWrongZeroLengthConversion) in PKCS12Key() method in PKCS12Key
DPKCS12KeyWithParameters.java13 extends PKCS12Key
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/
DPKCS12Key.java10 public class PKCS12Key class
20 public PKCS12Key(char[] password) in PKCS12Key() method in PKCS12Key
32 public PKCS12Key(char[] password, boolean useWrongZeroLengthConversion) in PKCS12Key() method in PKCS12Key
DPKCS12KeyWithParameters.java13 extends PKCS12Key
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseStreamCipher.java28 import org.bouncycastle.jcajce.PKCS12Key;
209 if (key instanceof PKCS12Key) in engineInit()
211 PKCS12Key k = (PKCS12Key)key; in engineInit()
DBaseMac.java27 import org.bouncycastle.jcajce.PKCS12Key;
73 if (key instanceof PKCS12Key) in engineInit()
DBaseBlockCipher.java81 import org.bouncycastle.jcajce.PKCS12Key;
627 if ((scheme == PKCS12 || key instanceof PKCS12Key) && !isBCPBEKeyWithoutIV(key)) in engineInit()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseStreamCipher.java29 import com.android.org.bouncycastle.jcajce.PKCS12Key;
213 if (key instanceof PKCS12Key) in engineInit()
215 PKCS12Key k = (PKCS12Key)key; in engineInit()
DBaseMac.java28 import com.android.org.bouncycastle.jcajce.PKCS12Key;
77 if (key instanceof PKCS12Key) in engineInit()
DBaseBlockCipher.java82 import com.android.org.bouncycastle.jcajce.PKCS12Key;
631 if ((scheme == PKCS12 || key instanceof PKCS12Key) && !isBCPBEKeyWithoutIV(key)) in engineInit()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseStreamCipher.java29 import com.android.internal.org.bouncycastle.jcajce.PKCS12Key;
213 if (key instanceof PKCS12Key) in engineInit()
215 PKCS12Key k = (PKCS12Key)key; in engineInit()
DBaseMac.java28 import com.android.internal.org.bouncycastle.jcajce.PKCS12Key;
77 if (key instanceof PKCS12Key) in engineInit()
DBaseBlockCipher.java82 import com.android.internal.org.bouncycastle.jcajce.PKCS12Key;
631 if ((scheme == PKCS12 || key instanceof PKCS12Key) && !isBCPBEKeyWithoutIV(key)) in engineInit()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java96 import com.android.internal.org.bouncycastle.jcajce.PKCS12Key;
622 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); in unwrapKey()
696 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); in cryptData()
1789 mac.init(new PKCS12Key(password, wrongPkcs12Zero), defParams); in calculatePbeMac()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java96 import com.android.org.bouncycastle.jcajce.PKCS12Key;
622 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); in unwrapKey()
696 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); in cryptData()
1789 mac.init(new PKCS12Key(password, wrongPkcs12Zero), defParams); in calculatePbeMac()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java95 import org.bouncycastle.jcajce.PKCS12Key;
618 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); in unwrapKey()
692 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); in cryptData()
1785 mac.init(new PKCS12Key(password, wrongPkcs12Zero), defParams); in calculatePbeMac()