| 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.security.jps.callback.WSSDigestCallback
public class WSSDigestCallback
This call back is used for WSS Username Token Digest authentication
| Constructor Summary | |
|---|---|
WSSDigestCallback()Default constructor  | 
|
WSSDigestCallback(byte[] digest, byte[] nonce, java.util.Date created)Creates the WSS Digest Callback for given digest, nonce and created values  | 
|
| Method Summary | |
|---|---|
 JpsCallbackType | 
getCallbackType()Returns the JpsCallbackType.JPS_WSS_DIGEST_CALLBACK</> type | 
 java.util.Date | 
getCreated()Returns the created value  | 
 byte[] | 
getDigest()Returns the digest value  | 
 byte[] | 
getNonce()Returns the nonce value  | 
 void | 
setCreated(java.util.Date created)Sets the created value  | 
 void | 
setDigest(byte[] digest)Sets the digest value  | 
 void | 
setNonce(byte[] nonce)Sets the nonce value  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public WSSDigestCallback(byte[] digest,
                         byte[] nonce,
                         java.util.Date created)
digest - - The digest valuenonce - - The nonce valuecreated - - The created valuepublic WSSDigestCallback()
| Method Detail | 
|---|
public void setDigest(byte[] digest)
digest - - The digest valuepublic void setNonce(byte[] nonce)
nonce - - The nonce valuepublic void setCreated(java.util.Date created)
created - - The created valuepublic byte[] getDigest()
public byte[] getNonce()
public java.util.Date getCreated()
public JpsCallbackType getCallbackType()
JpsCallbackType.JPS_WSS_DIGEST_CALLBACK</> typeSpecified by:getCallbackType in interface JpsCallbackJpsCallbackType.JPS_WSS_DIGEST_CALLBACK</> type
  | 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||