be.fedict.eid.applet.service.spi
Class StrictTransportSecurityConfig

java.lang.Object
  extended by be.fedict.eid.applet.service.spi.StrictTransportSecurityConfig
All Implemented Interfaces:
Serializable

public class StrictTransportSecurityConfig
extends Object
implements Serializable

Configuration for HSTS transport.

Author:
Frank Cornelis
See Also:
Serialized Form

Constructor Summary
StrictTransportSecurityConfig(long maxAge, boolean includeSubdomains)
           
 
Method Summary
 long getMaxAge()
           
 boolean isIncludeSubdomains()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrictTransportSecurityConfig

public StrictTransportSecurityConfig(long maxAge,
                                     boolean includeSubdomains)
Method Detail

getMaxAge

public long getMaxAge()

isIncludeSubdomains

public boolean isIncludeSubdomains()


Copyright © 2008-2014 FedICT. All Rights Reserved.