Name

KeyStore.CallbackHandlerProtection

Synopsis

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( );  
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.