public class WSSDigestCallback extends java.lang.Object implements JpsCallback
| Constructor and Description |
|---|
WSSDigestCallback()
Default constructor
|
WSSDigestCallback(byte[] digest, byte[] nonce, java.util.Date created)
Creates the WSS Digest Callback for given digest, nonce and created values
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public WSSDigestCallback(byte[] digest,
byte[] nonce,
java.util.Date created)
digest - - The digest valuenonce - - The nonce valuecreated - - The created valuepublic WSSDigestCallback()
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 Midleware Java API Reference for Oracle Platform Security Services
12c(12.2.1)
E64741-01Copyright © 2013,2015, Oracle and/or its affiliates. All rights reserved.