public interface Timestamp
Timestamp
representing one of two types of
token -- an X509v3 certificate or a Kerberos ticket. Only X509v3
certificates are currently supported.
Created: Fri Jun 7 15:28:06 2002Modifier and Type | Method | Description |
---|---|---|
Created |
getCreated() |
|
Expires |
getExpires() |
|
java.lang.String |
getId() |
|
boolean |
getMustUnderstand() |
|
Received[] |
getReceived() |
|
void |
setExpires(long millis) |
|
void |
setExpires(java.util.Calendar expiry) |
|
void |
setId(java.lang.String id) |
|
void |
setMustUnderstand(boolean b) |
|
void |
toXML(javax.xml.soap.SOAPElement parent) |
|
void |
toXML(XMLWriter writer) |
|
void |
toXML(XMLOutputStream os) |
void setId(java.lang.String id)
void setExpires(long millis)
void setExpires(java.util.Calendar expiry)
java.lang.String getId()
Created getCreated()
Expires getExpires()
Received[] getReceived()
void toXML(XMLOutputStream os)
void toXML(XMLWriter writer)
void toXML(javax.xml.soap.SOAPElement parent)
void setMustUnderstand(boolean b)
boolean getMustUnderstand()