/* * Copyright (C) 2013 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.util; /** * * @author jbuhacoff */ public class ASDataCipher { public static DataCipher cipher = null; }