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
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Constructs a new instance of
CallbackHandlerProtection
with
the
CallbackHandler
.
handler |
the
CallbackHandler
.
|
---|
NullPointerException |
if
handler
is
null
.
|
---|
Returns the
CallbackHandler
.
CallbackHandler
.