Uses of Interface
org.apache.tomcat.jni.PasswordCallback
-
Packages that use PasswordCallback Package Description org.apache.tomcat.jni -
-
Uses of PasswordCallback in org.apache.tomcat.jni
Methods in org.apache.tomcat.jni with parameters of type PasswordCallback Modifier and Type Method Description static voidSSL. setPasswordCallback(PasswordCallback callback)Set global Password callback for obtaining passwords.
-