No examples for this method.
Frequently called with: [Clear]
-1
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
.
handler | the CallbackHandler . |
---|
NullPointerException | if handler is null . |
---|
Returns the CallbackHandler
.
CallbackHandler
.