- notEmpty(Object[], String) - Static method in class com.webauthn4j.util.AssertUtil
-
Assert that an array contains elements; that is, it must not be
null and must contain at least one element.
- notEmpty(Collection<?>, String) - Static method in class com.webauthn4j.util.AssertUtil
-
Assert that a collection contains elements; that is, it must not be
null and must contain at least one element.
- NotImplementedException - Exception in com.webauthn4j.util.exception
-
Thrown if the execution falls into not implemented block
- NotImplementedException() - Constructor for exception com.webauthn4j.util.exception.NotImplementedException
-
- notNull(Object, String) - Static method in class com.webauthn4j.util.AssertUtil
-
Assert that an object is not null.