Class TimestampSecurityEvent
- java.lang.Object
-
- org.apache.xml.security.stax.securityEvent.SecurityEvent
-
- org.apache.wss4j.stax.securityEvent.TimestampSecurityEvent
-
public class TimestampSecurityEvent extends org.apache.xml.security.stax.securityEvent.SecurityEvent
-
-
Constructor Summary
Constructors Constructor Description TimestampSecurityEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getCreated()
Instant
getExpires()
void
setCreated(Instant created)
void
setExpires(Instant expires)
-