javax.security.auth.message.callback
类 SecretKeyCallback

java.lang.Object
  继承者 javax.security.auth.message.callback.SecretKeyCallback
所有已实现的接口:
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.

版本:
$Rev: 768352 $ $Date: 2010/11/19 20:25:50 $

嵌套类摘要
static class SecretKeyCallback.AliasRequest
           
static interface SecretKeyCallback.Request
           
 
构造方法摘要
SecretKeyCallback(SecretKeyCallback.Request request)
           
 
方法摘要
 SecretKey getKey()
           
 SecretKeyCallback.Request getRequest()
           
 void setKey(SecretKey key)
           
 
从类 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 © 2013. All Rights Reserved.