Home | History | Annotate | Download | only in jsse

Lines Matching refs:assertNotNull

49         assertNotNull(name, cs);
55 assertNotNull(cs);
58 assertNotNull(name);
66 assertNotNull(name, bytes);
80 assertNotNull(name, Cipher.getInstance(cs.getBulkEncryptionAlgorithm()));
85 assertNotNull(name, hmacName);
86 assertNotNull(name, Mac.getInstance(hmacName));
89 assertNotNull(name, hashName);
90 assertNotNull(name, MessageDigest.getInstance(hashName));
112 assertNotNull(cs);
113 assertNotNull(cs.getName().contains("UNKNOWN"));