javax.security.auth.message.callback
Class SecretKeyCallback

java.lang.Object
  extended by javax.security.auth.message.callback.SecretKeyCallback
All Implemented Interfaces:
Callback

public class SecretKeyCallback
extends Object
implements Callback

Callback for secret key

Since:
May 11, 2006
Version:
$Revision: 45179 $
Author:
Anil Saldhana, Charlie Lai, Ron Monzillo (Javadoc for JSR-196)

Nested Class Summary
static class SecretKeyCallback.AliasRequest
          Request type for secret keys that are identified via an alias.
static interface SecretKeyCallback.Request
          Marker interface for secret key request types.
 
Constructor Summary
SecretKeyCallback()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecretKeyCallback

public SecretKeyCallback()


Copyright © 2008 JBoss Inc.. All Rights Reserved.