Added in API level 1

KeyStore.CallbackHandlerProtection

public static class KeyStore.CallbackHandlerProtection
extends Object implements KeyStore.ProtectionParameter

java.lang.Object
   ↳ java.security.KeyStore.CallbackHandlerProtection


A ProtectionParameter encapsulating a CallbackHandler.

Summary

Public constructors

CallbackHandlerProtection(CallbackHandler handler)

Constructs a new CallbackHandlerProtection from a CallbackHandler.

Public methods

CallbackHandler getCallbackHandler()

Returns the CallbackHandler.

Inherited methods

Public constructors

CallbackHandlerProtection

Added in API level 1
public CallbackHandlerProtection (CallbackHandler handler)

Constructs a new CallbackHandlerProtection from a CallbackHandler.

Parameters
handler CallbackHandler: the CallbackHandler

Throws
NullPointerException if handler is null

Public methods

getCallbackHandler

Added in API level 1
public CallbackHandler getCallbackHandler ()

Returns the CallbackHandler.

Returns
CallbackHandler the CallbackHandler.