javax.security.auth.message.callback
Class SecretKeyCallback
java.lang.Object
javax.security.auth.message.callback.SecretKeyCallback
- All Implemented Interfaces:
- Callback
public class SecretKeyCallback
- extends Object
- implements Callback
A callback enabling an authentication module to request a secret key from the runtime, by supplying an alias.
Other request types may also be supported.
- Version:
- $Rev: 768352 $ $Date: 2010/11/19 20:25:50 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecretKeyCallback
public SecretKeyCallback(SecretKeyCallback.Request request)
getRequest
public SecretKeyCallback.Request getRequest()
getKey
public SecretKey getKey()
setKey
public void setKey(SecretKey key)
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.