March 2005
Beginner to intermediate
1254 pages
104h 21m
English
KeyStore.CallbackHandlerProtection
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( ); }
Read now
Unlock full access