Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.xml.crypto.wss.api
Interface Timestamp

All Superinterfaces:
WLDOMStructure, XMLStructure

public interface Timestamp
extends WLDOMStructure, XMLStructure

Method Summary
abstract  Calendar getCreated()
          Returns a Calendar representing the Created element.
abstract  Calendar getExpires()
          Returns a Calendar representing the Expires element.
abstract  String getId()
          Returns the value of id attribute of the Timestamp element.

 

Methods inherited from interface weblogic.xml.dom.marshal.WLDOMStructure
marshal, unmarshal

 

Methods inherited from interface weblogic.xml.crypto.api.XMLStructure
isFeatureSupported

 

Method Detail

getId

String getId()
Returns the value of id attribute of the Timestamp element.
Returns:
The id.

getCreated

Calendar getCreated()
Returns a Calendar representing the Created element.
Returns:
The Created time.

getExpires

Calendar getExpires()
Returns a Calendar representing the Expires element.
Returns:
The Expires time.

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09