Home
last modified time | relevance | path

Searched refs:PKCS12Key (Results 1 – 7 of 7) 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/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseStreamCipher.java27 import org.bouncycastle.jcajce.PKCS12Key;
168 if (key instanceof PKCS12Key) in engineInit()
170 PKCS12Key k = (PKCS12Key)key; in engineInit()
DBaseMac.java28 import org.bouncycastle.jcajce.PKCS12Key;
75 if (key instanceof PKCS12Key) in engineInit()
DBaseBlockCipher.java79 import org.bouncycastle.jcajce.PKCS12Key;
537 if ((scheme == PKCS12 || key instanceof PKCS12Key) && !isBCPBEKeyWithoutIV(key)) in engineInit()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java97 import org.bouncycastle.jcajce.PKCS12Key;
626 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); in unwrapKey()
702 PKCS12Key key = new PKCS12Key(password, wrongPKCS12Zero); in cryptData()
1707 mac.init(new PKCS12Key(password, wrongPkcs12Zero), defParams); in calculatePbeMac()
/external/bouncycastle/
Dbouncycastle.config343 org/bouncycastle/jcajce/PKCS12Key.java \