e0f2e1e2a1
Motivation: SSLEngine specifies that IllegalArgumentException must be thrown if a null argument is given when using wrap(...) or unwrap(...). Modifications: Replace NullPointerException with IllegalArgumentException to match the javadocs. Result: Match the javadocs.