This
class
is a KeyStore.ProtectionParameter implementation
that wraps a
javax.security.auth.callback.CallbackHandler for
prompting the user for a password or other authentication
credentials.
public static class KeyStore.CallbackHandlerProtection
implements KeyStore.ProtectionParameter {
// Public Constructors
public CallbackHandlerProtection(javax.security.auth.callback.
CallbackHandler handler);
// Public Instance Methods
public javax.security.auth.callback.CallbackHandler getCallbackHandler( );
}