Most visited

Recently visited

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

KeyStore.CallbackHandlerProtection(CallbackHandler handler)

Constructs a new CallbackHandlerProtection from a CallbackHandler.

Public methods

CallbackHandler getCallbackHandler()

Returns the CallbackHandler.

Inherited methods

From class java.lang.Object

Public constructors

KeyStore.CallbackHandlerProtection

Added in API level 1
KeyStore.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
CallbackHandler getCallbackHandler ()

Returns the CallbackHandler.

Returns
CallbackHandler the CallbackHandler.

Hooray!