# Print output for @column tags ?> KeyStore.CallbackHandlerProtection - Android SDK | Android Developers

Most visited


Recently visited


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

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

public CallbackHandler getCallbackHandler ()

Returns the CallbackHandler.

Returns
CallbackHandler the CallbackHandler.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.