Team LiB
Previous Section Next Section

KeyStore.CallbackHandlerProtectionjava.security

Java 5.0

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

    Team LiB
    Previous Section Next Section