/* * Copyright (C) 2014 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.tls.policy; /** * * @author jbuhacoff */ public class TlsProtection { public Boolean integrity; public Boolean encryption; public Boolean authentication; public Boolean forwardSecrecy; }