Home » openjdk-7 » java » security » [javadoc | source]
java.security
public static class: KeyStore.CallbackHandlerProtection [javadoc | source]
java.lang.Object
   java.security.KeyStore$CallbackHandlerProtection

All Implemented Interfaces:
    ProtectionParameter

A ProtectionParameter encapsulating a CallbackHandler.
Constructor:
 public CallbackHandlerProtection(CallbackHandler handler) 
    Constructs a new CallbackHandlerProtection from a CallbackHandler.
    Parameters:
    handler - the CallbackHandler
    Throws:
    NullPointerException - if handler is null
    exception: NullPointerException - if handler is null
Method from java.security.KeyStore$CallbackHandlerProtection Summary:
getCallbackHandler
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.security.KeyStore$CallbackHandlerProtection Detail:
 public CallbackHandler getCallbackHandler() 
    Returns the CallbackHandler.