Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/crypto/
DEncryptedPrivateKeyInfo.java101 if (params != null && !isNullValue(params)) { in EncryptedPrivateKeyInfo()
116 private static boolean isNullValue(byte[] toCheck) { in isNullValue() method in EncryptedPrivateKeyInfo