# 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.