java.lang.Object | |
↳ | java.security.KeyStore.CallbackHandlerProtection |
CallbackHandlerProtection
is a ProtectionParameter
that
encapsulates a CallbackHandler
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new instance of
CallbackHandlerProtection with
the CallbackHandler .
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
CallbackHandler .
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructs a new instance of CallbackHandlerProtection
with
the CallbackHandler
.
Parameters | |
---|---|
handler |
CallbackHandler :
the CallbackHandler . |
Throws | |
---|---|
NullPointerException |
if handler is null .
|
Returns the CallbackHandler
.
Returns | |
---|---|
CallbackHandler |
the CallbackHandler .
|