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


封装CallbackHandler的ProtectionParameter。

Summary

Public constructors

KeyStore.CallbackHandlerProtection(CallbackHandler handler)

从CallbackHandler构造一个新的CallbackHandlerProtection。

Public methods

CallbackHandler getCallbackHandler()

返回CallbackHandler。

Inherited methods

From class java.lang.Object

Public constructors

KeyStore.CallbackHandlerProtection

Added in API level 1
KeyStore.CallbackHandlerProtection (CallbackHandler handler)

从CallbackHandler构造一个新的CallbackHandlerProtection。

Parameters
handler CallbackHandler: the CallbackHandler
Throws
NullPointerException if handler is null

Public methods

getCallbackHandler

Added in API level 1
CallbackHandler getCallbackHandler ()

返回CallbackHandler。

Returns
CallbackHandler the CallbackHandler.

Hooray!