|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.security.KeyStore.CallbackHandlerProtection
public static class KeyStore.CallbackHandlerProtection extends Object implements KeyStore.ProtectionParameter
A ProtectionParameter encapsulating a CallbackHandler.
| Constructor and Description |
|---|
KeyStore.CallbackHandlerProtection(CallbackHandler handler)
Constructs a new CallbackHandlerProtection from a CallbackHandler. |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler |
getCallbackHandler()
Returns the CallbackHandler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyStore.CallbackHandlerProtection(CallbackHandler handler)
handler - the CallbackHandlerNullPointerException - if handler is null| Method Detail |
|---|
public CallbackHandler getCallbackHandler()
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.