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!