Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java495 private boolean isBCPBEKeyWithoutIV(Key key) { in isBCPBEKeyWithoutIV() method in BaseBlockCipher
537 if ((scheme == PKCS12 || key instanceof PKCS12Key) && !isBCPBEKeyWithoutIV(key)) in engineInit()
880 if (!isBCPBEKeyWithoutIV(key)) { in engineInit()
893 if (!isBCPBEKeyWithoutIV(key)) { in engineInit()